From af0e81e690026c34fb04fdb0060e70b4fce313ff Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 11 Jan 2014 14:59:39 +0000 Subject: [PATCH] Position of plugins array moved It's now updated from manager, not from settings screen --- lib/config___users-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index aaa8498..a76b5a1 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -14,12 +14,12 @@ $ICEcoderUserSettings = array( "bannedFiles" => array("_coder","ICEcoder"), "bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"), "allowedIPs" => array("*"), -"plugins" => array(), "theme" => "default", "fontSize" => "13px", "lineWrapping" => true, "indentWithTabs" => true, "indentSize" => 4, +"plugins" => array(), "previousFiles" => "", "last10Files" => "" );