From 5fe097a84a439dc3828b0b75ca1a1af5f7fcbe41 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 13 Nov 2014 14:33:47 +0000 Subject: [PATCH] No longer console.log We should indeed only output if index.php and top.iceRoot is updated after a settings change in settings-update.php (top.docRoot only changes if you manually change the file, in which case a reload is needed and this is picked up again from scratch). --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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