mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-05 00:04:00 +01:00
Only show test suite if not in demo mode
This commit is contained in:
@@ -167,7 +167,7 @@ $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat"
|
||||
}
|
||||
},1000);
|
||||
</script>
|
||||
<?php if(is_dir('test')) {?>
|
||||
<?php if(is_dir('test') && !$ICEcoder['demoMode']) {?>
|
||||
<div style="clear: both">
|
||||
<br><br>
|
||||
<h2 style="color: rgba(0,198,255,0.7)">test suite</h2>
|
||||
|
||||
Reference in New Issue
Block a user