mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-05 00:04:00 +01:00
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
This commit is contained in:
11
lib/config___settings.php
Normal file
11
lib/config___settings.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// ICEcoder system settings
|
||||
$ICEcoderSettings = array(
|
||||
"versionNo" => "2.5",
|
||||
"codeMirrorDir" => "CodeMirror-3.13",
|
||||
"demoMode" => false,
|
||||
"devMode" => false,
|
||||
"multiUser" => false,
|
||||
"lineEnding" => "\n"
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user