fileDirResOutput added and comments

This commit is contained in:
Matt Pass
2015-05-09 09:25:20 +01:00
parent 0c86f5718e
commit fe2391e6ad

View File

@@ -11,9 +11,10 @@ $newConfigSettingsFile = '<?php
$ICEcoderSettings = array(
"versionNo" => "5.0",
"codeMirrorDir" => "CodeMirror",
"docRoot" => $_SERVER[\'DOCUMENT_ROOT\'],
"docRoot" => $_SERVER[\'DOCUMENT_ROOT\'], // Set absolute path of another location if needed
"demoMode" => false,
"devMode" => false,
"fileDirResOutput" => "none", // Can be none, raw, object, both (all but 'none' output to console)
"loginRequired" => true,
"multiUser" => false,
"languageBase" => "english.php",