Escape apostrophes

This commit is contained in:
Matt Pass
2015-05-09 09:41:44 +01:00
parent 6881f9d79b
commit db5348cd68

View File

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