Fixed small bugs in eventz, TODO fix
[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 ?>
This page took 0.25534 seconds and 4 git commands to generate.