3 if ($_SESSION['debugging']) {
4 $_SESSION['debugging']=false;
5 echo "debugging turned off; refresh to turn it on";
7 $_SESSION['debugging']=true;
8 echo "debugging turned on; refresh to turn it off";
This page took 0.417468 seconds and 4 git commands to generate.