Hierarchy fixup
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / debugging.inc
1 <?php
2 function debugging() {
3 if ($_SESSION['debugging']) unset($_SESSION['debugging']);
4 else $_SESSION['debugging']=true;
5 }
6 ?>
This page took 0.272529 seconds and 5 git commands to generate.