Files
ICEcoder/lib/config___settings.php
Matt Pass 424992a783 CodeMirror 3.16 upgrade & 3 new themes
Paraiso (dark & light) plus The Matrix themes
CodeMirror also includes XML hint now to make HTML hint work
2013-09-17 09:47:23 +01:00

12 lines
264 B
PHP

<?php
// ICEcoder system settings
$ICEcoderSettings = array(
"versionNo" => "3.1",
"codeMirrorDir" => "CodeMirror-3.16",
"docRoot" => $_SERVER['DOCUMENT_ROOT'],
"demoMode" => false,
"devMode" => false,
"multiUser" => false,
"lineEnding" => "\n"
);
?>