From 3c4a0eba6d8b8f564c551a77107f789928901cee Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 11 Jan 2014 17:39:46 +0000 Subject: [PATCH] _coder and ICEcoder no longer part of arrays These 2 values were originally set to exclude showing ICEcoder based files in the search results and file manager. However, some users will install ICEcoder to another dir name, so removed these hardcoded values from here and excluding in a better way in both instances. --- lib/config___users-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index d3a3414..c833791 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -4,14 +4,14 @@ $ICEcoderUserSettings = array( "root" => "", "checkUpdates" => true, "openLastFiles" => true, -"findFilesExclude" => array("_coder","ICEcoder",".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), +"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), "codeAssist" => true, "visibleTabs" => false, "lockedNav" => true, "tagWrapperCommand" => "ctrl+alt", "autoComplete" => "ctrl+space", "password" => "", -"bannedFiles" => array("_coder","ICEcoder"), +"bannedFiles" => array(), "bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"), "allowedIPs" => array("*"), "theme" => "default",