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