From db5348cd680bbbc890acb4d3009214b9b8d4a951 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 9 May 2015 09:41:44 +0100 Subject: [PATCH] Escape apostrophes --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",