git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
defbfa5
Branches
Tags
master
ticket
webinterface.git
inc
debug.php
webinterface => /webinterface
bernd
commited
defbfa5
at 2007-03-27 07:40:51
debug.php
Blame
History
Raw
<?php $debugmode = false; if (isset($_GET['debug'])) $debugmode = true; function DEBUG($str) { global $debugmode; if ($debugmode) echo $str."<br />\n"; } ?>