small events cleanup
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / debugging.inc
1 <?php
2
3 // XXX permision check?
4
5 function debugging() {
6 if ($_SESSION['debugging']) unset($_SESSION['debugging']);
7 else $_SESSION['debugging']=true;
8 }
9
10 ?>
This page took 0.257966 seconds and 4 git commands to generate.