devMode removed

This commit is contained in:
mattpass
2020-03-14 09:24:23 +00:00
parent 3d3e84857d
commit afd63b5cdb
2 changed files with 0 additions and 7 deletions

View File

@@ -154,12 +154,6 @@ h2 {color: rgba(0,198,255,0.7)}
}
},1000);
</script>
<div style="float: left">
<h2><?php echo $t['dev mode'];?> <?php echo $ICEcoder['devMode'] ? "on" : "off";?></h2>
<span class="heading"><?php echo $t['Status'];?>:</span><br>
<?php echo $t['Using']?> <?php echo $ICEcoder['devMode'] ? "ice-coder.js" : "ice-coder.min.js";?> <a title="<?php echo $t['You can switch...'];?>" class="info">[?]</a>
</div>
<div style="clear: both"></div>
</div>
<script>

View File

@@ -6,7 +6,6 @@ $ICEcoderSettings = array(
"codeMirrorDir" => "CodeMirror",
"docRoot" => $_SERVER[\'DOCUMENT_ROOT\'], // Set absolute path of another location if needed
"demoMode" => false,
"devMode" => false,
"fileDirResOutput" => "none", // Can be none, raw, object, both (all but \'none\' output to console)
"loginRequired" => true,
"multiUser" => false,