From 3a08ccf35071304f7ea60420a031a1336f272cac Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 8 Sep 2015 07:58:15 +0100 Subject: [PATCH] backupsKept and backupsDays settings added Decided to go with it being turned on and kept for 14 days as default --- lib/config___users-template.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index b89b2d9..6258e76 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -9,6 +9,8 @@ $ICEcoderUserSettings = array( "openLastFiles" => true, "updateDiffOnSave" => true, "languageUser" => "english.php", +"backupsKept" => true, +"backupsDays" => 14, "findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), "codeAssist" => true, "visibleTabs" => false,