From 6ed0861f5b5033037fbfff35d811da8059c2febb Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 5 Apr 2016 19:25:43 +0100 Subject: [PATCH] autoLogoutMins param added with 0 as default 0 being disabled setting --- lib/config___users-template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index d48c3b4..36c8099 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -21,6 +21,7 @@ $ICEcoderUserSettings = array( "bannedFiles" => array(), "bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"), "allowedIPs" => array("*"), +"autoLogoutMins" => 0, "theme" => "default", "fontSize" => "13px", "lineWrapping" => true,