mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Terminal moved to system & icon gone
Terminal is now no longer a plugin but part of the ICEcoder system. In doing this, the icon was removed, plus the path to the settings.php file altered
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 164 B |
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include("../../lib/settings.php");
|
||||
include("../lib/settings.php");
|
||||
if ($demoMode || !$_SESSION['loggedIn']) {
|
||||
die("You must be logged in to access Terminal");
|
||||
}
|
||||
Reference in New Issue
Block a user