mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
No longer using hardcoded CM version num
This is now being established using .version, which also indicates extra info (Such as '+' for post version updates included, 'beta' to signify that, etc)
This commit is contained in:
@@ -48,7 +48,9 @@ for ($i=0;$i<count($themeArray);$i++) {
|
||||
<br><br>
|
||||
|
||||
codemirror version:<br>
|
||||
<?php echo $ICEcoder["cMThisVer"]; ?>
|
||||
<script>
|
||||
document.write(CodeMirror.version);
|
||||
</script>
|
||||
<br><br>
|
||||
|
||||
file manager root:<br>
|
||||
|
||||
Reference in New Issue
Block a user