Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 17 hours ago
parent
commit
4f7b13d26a
  1. 3
      src/mergerfs_webui.cpp

3
src/mergerfs_webui.cpp

@ -218,7 +218,8 @@ bool
_valid_fs_type(const fs::path &path_,
const std::string &type_)
{
static std::string_view valid_mount_prefixes[] =
static constexpr auto valid_mount_prefixes =
std::array
{
"/mnt/",
"/media/",

Loading…
Cancel
Save