Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 day ago
parent
commit
2530e7587d
  1. 1
      src/mergerfs_webui.cpp

1
src/mergerfs_webui.cpp

@ -207,6 +207,7 @@ window.onload = () => { loadMounts(); };
"text/html"); "text/html");
} }
// If Equal Return True
#define IERT(S) if(type_ == (S)) return true; #define IERT(S) if(type_ == (S)) return true;
static static

Loading…
Cancel
Save