Added commented line that can switch debugging off when uncommented...
authorHarvie <tomas@mudrunka.cz>
Mon, 29 Nov 2010 09:58:10 +0000 (10:58 +0100)
committerHarvie <tomas@mudrunka.cz>
Mon, 29 Nov 2010 09:58:10 +0000 (10:58 +0100)
wwwroot/nodes.php

index 5a5ad09f36a8faa8f7eda81f447308dcf53d75e1..9022178b9f6bd2ee949ce966a76f97e255553c0e 100644 (file)
@@ -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;
 
 
This page took 0.134097 seconds and 4 git commands to generate.