mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-24 01:07:04 +01:00
_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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user