From a1363ef41bd7cd20e7f0208d9c73b1af060f5d7e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 5 Jun 2013 17:56:29 +0100 Subject: [PATCH] Remove old template file Is now config___users-template.php and this is no longer used (duplicate) --- lib/config___template.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 lib/config___template.php diff --git a/lib/config___template.php b/lib/config___template.php deleted file mode 100644 index b60ad24..0000000 --- a/lib/config___template.php +++ /dev/null @@ -1,34 +0,0 @@ - "", -"checkUpdates" => true, -"openLastFiles" => true, -"findFilesExclude" => array("_coder","ICEcoder",".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), -"codeAssist" => true, -"visibleTabs" => false, -"lockedNav" => true, -"password" => "", -"bannedFiles" => array("_coder","ICEcoder"), -"bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"), -"allowedIPs" => array("*"), -"plugins" => array( - array("Adminer","plugins/adminer/icon.png","margin-top: 3px","plugins/adminer/adminer-3.6.3-mysql-en.php","_blank",""), - array("JS Hint","plugins/jshint/icon.png","margin-top: 3px","http://www.jshint.com","_blank",""), - array("Emmet","plugins/emmet/icon.png","margin-top: 3px","http://docs.emmet.io","_blank",""), - array("ICErepo","plugins/ice-repo/icon.png","margin-top: 3px","plugins/ice-repo","_blank",""), - array("Dochub","plugins/dochub/icon.png","margin-top: 3px","http://dochub.io","_blank",""), - array("Voke","plugins/voke/icon.png","margin-top: 3px","http://voke.fm","_blank",""), - array("Regexplained","plugins/regexplained/icon.png","margin-top: 3px","http://leaverou.github.io/regexplained","_blank",""), - array("wireframe|cc","plugins/wireframecc/icon.png","margin-top: 3px","http://wireframe.cc","_blank",""), - array("TinyPNG","plugins/tinypng/icon.png","margin-top: 7px","http://tinypng.org","_blank",""), - array("Zip It!","plugins/zip-it/icon.png","margin-top: 3px; margin-left: 3px","plugins/zip-it/?zip=|&exclude=*.doc*.gif*.jpg*.jpeg*.pdf*.png*.swf*.xml*.zip","fileControl:Zipping Files","30") - ), -"theme" => "default", -"fontSize" => "13px", -"lineWrapping" => true, -"indentWithTabs" => true, -"indentSize" => 4, -"previousFiles" => "", -"last10Files" => "" -); -?> \ No newline at end of file