english.php set as the base and user language

This commit is contained in:
Matt Pass
2014-11-18 15:31:07 +00:00
parent e8cc6c540a
commit b1ef03513c
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ $ICEcoderSettings = array(
"devMode" => false,
"loginRequired" => true,
"multiUser" => false,
"languageBase" => "english.php",
"lineEnding" => "\n",
"newDirPerms" => 755,
"newFilePerms" => 644,

View File

@@ -8,6 +8,7 @@ $ICEcoderUserSettings = array(
"checkUpdates" => true,
"openLastFiles" => true,
"updateDiffOnSave" => true,
"languageUser" => "english.php",
"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"),
"codeAssist" => true,
"visibleTabs" => false,