From ba520e6aa18bce66f19a32affabc8119067a6e35 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 4 Jun 2013 18:01:44 +0100 Subject: [PATCH] Added config settings file These were buried in the settings.php file, now pulled out of the file and put into their own array This is so they can be found easier --- lib/config___settings.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/config___settings.php diff --git a/lib/config___settings.php b/lib/config___settings.php new file mode 100644 index 0000000..f222d29 --- /dev/null +++ b/lib/config___settings.php @@ -0,0 +1,11 @@ + "2.5", + "codeMirrorDir" => "CodeMirror-3.13", + "demoMode" => false, + "devMode" => false, + "multiUser" => false, + "lineEnding" => "\n" +); +?> \ No newline at end of file