From 8869805231ae55bcc51d3b12e80122bb5d8b9a18 Mon Sep 17 00:00:00 2001 From: Harvie Date: Mon, 29 Nov 2010 10:58:10 +0100 Subject: [PATCH] Added commented line that can switch debugging off when uncommented... --- wwwroot/nodes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index 5a5ad09..9022178 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -14,6 +14,7 @@ session_start(); error_reporting(1); //$_SESSION['debugging']=1; +//unset($_SESSION['debugging']); //Well... we should make some event or JavaScript page to turning this on/off... //exit; -- 2.30.2