debug switch finally works
[mirrors/Kyberia-bloodline.git] / 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.134088 seconds and 4 git commands to generate.