diff --git a/lib/settings.php b/lib/settings.php
index 444e700..1cb92dd 100644
--- a/lib/settings.php
+++ b/lib/settings.php
@@ -99,7 +99,7 @@ $serverType = stristr($_SERVER['SERVER_SOFTWARE'], "win") ? "Windows" : "Linux";
$docRoot = rtrim(str_replace("\\","/",$ICEcoder['docRoot']));
$iceRoot = rtrim(str_replace("\\","/",$ICEcoder["root"]));
if ($_SESSION['loggedIn'] && basename($_SERVER['SCRIPT_NAME']) == "index.php") {
- echo "";
+ echo "";
}
// Establish the dir ICEcoders running from