Hierarchy fixup
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / debugging.inc
diff --git a/wwwroot/inc/eventz/debugging.inc b/wwwroot/inc/eventz/debugging.inc
new file mode 100644 (file)
index 0000000..e566eea
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+function debugging() {
+if ($_SESSION['debugging']) unset($_SESSION['debugging']);
+else $_SESSION['debugging']=true;
+}
+?>
This page took 0.092312 seconds and 4 git commands to generate.