diff --git a/lib/settings.php b/lib/settings.php index c0464b4..9c9db9f 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -14,7 +14,7 @@ $ICEcoderSettings = array( "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) + "fileDirResOutput" => "none", // Can be none, raw, object, both (all but \'none\' output to console) "loginRequired" => true, "multiUser" => false, "languageBase" => "english.php",