From dcfd4f3ed2f55310fa6ca6f7aeb055fbccbde9be Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 22 May 2015 18:58:44 +0100 Subject: [PATCH] System params file started Contains value in var to use to output to a file --- lib/settings-system-params.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/settings-system-params.php diff --git a/lib/settings-system-params.php b/lib/settings-system-params.php new file mode 100644 index 0000000..2199a77 --- /dev/null +++ b/lib/settings-system-params.php @@ -0,0 +1,18 @@ +$newConfigSettingsFile = ' "5.0", + "codeMirrorDir" => "CodeMirror", + "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", + "lineEnding" => "\n", + "newDirPerms" => 755, + "newFilePerms" => 644, + "enableRegistration" => true +); +?>'; \ No newline at end of file