Added inc/getTemplate.inc - i will use this for loading templates directly from DB
[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.271147 seconds and 4 git commands to generate.