e566eea531c86bdf39e3b0331c8f4359a88dd970
[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.483795 seconds and 4 git commands to generate.