bannedFiles changed

Now just hide _coder and ICEcoder folders to hide ICEcoder itself from
the file manager
Users can now see everything else
This commit is contained in:
Matt Pass
2012-09-19 08:38:55 +01:00
parent 22a1305cb1
commit 15b4793d32

View File

@@ -10,7 +10,7 @@ $ICEcoder = array(
"lockedNav" => true,
"accountPassword" => "",
"restrictedFiles" => array("wp-",".php",".rb",".sql",".zip"),
"bannedFiles" => array("_coder","wp-",".exe"),
"bannedFiles" => array("_coder","ICEcoder"),
"allowedIPs" => array("*"),
"plugins" => array(
array("Adminer","plugins/adminer/icon.png","margin-top: 3px","plugins/adminer/adminer-3.4.0-mysql-en.php","_blank",""),