backupsKept and backupsDays settings added

Decided to go with it being turned on and kept for 14 days as default
This commit is contained in:
Matt Pass
2015-09-08 07:58:15 +01:00
parent f5897cd036
commit 3a08ccf350

View File

@@ -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,