mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
cMThisVer removed, establishing via CM object now
The version num is now being established from the CM object itself using the version method
This commit is contained in:
@@ -30,8 +30,7 @@ include($settingsFile);
|
||||
// Add ICEcoder settings to beginning of $ICEcoder array
|
||||
$ICEcoder = array(
|
||||
"versionNo" => "0.9.1",
|
||||
"codeMirrorDir" => "CodeMirror-2.34",
|
||||
"cMThisVer" => 2.34
|
||||
"codeMirrorDir" => "CodeMirror-2.34"
|
||||
)+$ICEcoder;
|
||||
|
||||
// Update this config file?
|
||||
|
||||
Reference in New Issue
Block a user