6a1de8fd7cd843ad7c7fd9ae78d7ef98b9655173
[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.241947 seconds and 3 git commands to generate.