debug switch finally works
authorDaniel Hromada <hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:40:55 +0000 (23:40 +0100)
committerDaniel Hromada <hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:40:55 +0000 (23:40 +0100)
wwwroot/debugswitch.php

index ac1749d7d75cb4858b92b53c30d287d141227b4c..6c928e538c87fbca0c91b9fe527f397c906d92e6 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+session_start();
 if ($_SESSION['debugging']) {
   $_SESSION['debugging']=false;
   echo "debugging turned off; refresh to turn it on";
This page took 0.151486 seconds and 4 git commands to generate.