adding a note that hiding extensions requires the files be lowercase

This commit is contained in:
John Campbell
2017-08-02 19:39:55 -04:00
parent de52e7ee61
commit 86df13b3e3

View File

@@ -17,7 +17,7 @@ $allow_direct_link = true; // Set to false to only allow downloads and not direc
$disallowed_extensions = ['php']; // must be an array. Extensions disallowed to be uploaded
$hidden_extensions = ['php']; // must be an array. Extensions hidden in directory index
$hidden_extensions = ['php']; // must be an array of lowercase file extensions. Extensions hidden in directory index
$PASSWORD = ''; // Set the password, to access the file manager... (optional)