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:
Matt Pass
2013-05-06 17:29:12 +01:00
parent 0ecb6ea1aa
commit 216c04b3f1
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

View File

@@ -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");
}