From fe2391e6aded1cb3e41ab347d82dc6fc2875d29e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 9 May 2015 09:25:20 +0100 Subject: [PATCH] fileDirResOutput added and comments --- lib/settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 67dc41d..c0464b4 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -11,9 +11,10 @@ $newConfigSettingsFile = ' "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",