Fixed upload_data_file, TODO update
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / debugging.inc
CommitLineData
51ff3226 1<?php
2function debugging() {
3if ($_SESSION['debugging']) unset($_SESSION['debugging']);
4else $_SESSION['debugging']=true;
5}
6?>
This page took 0.089879 seconds and 4 git commands to generate.