From 15b4793d32044a77f731069d5d3781eeca01c24e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Sep 2012 08:38:55 +0100 Subject: [PATCH] bannedFiles changed Now just hide _coder and ICEcoder folders to hide ICEcoder itself from the file manager Users can now see everything else --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index 1ab1a86..3fbc8b3 100644 --- a/lib/config.php +++ b/lib/config.php @@ -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",""),