GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
get_image_link fix
[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
10
?>
This page took
1.577028 seconds
and
4
git commands to generate.