diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-10-27 20:34:10 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-10-27 20:34:10 +0200 |
commit | f42d1c75316f76b00c3e1b4ae7f890048ae1b117 (patch) | |
tree | dd8948778a2e8d01688377c4a32f00bd7436b4c2 /doku.php | |
parent | a89b76cccd3c05c8ceb7ecc5e2cec8f606935c77 (diff) | |
download | rpg-f42d1c75316f76b00c3e1b4ae7f890048ae1b117.tar.gz rpg-f42d1c75316f76b00c3e1b4ae7f890048ae1b117.tar.bz2 |
option for disabling debug output
darcs-hash:20051027183410-7ad00-5ca48cf2d4058016f5cf07887d9eaa7b07a4043f.gz
Diffstat (limited to 'doku.php')
-rw-r--r-- | doku.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ if(empty($ACT)) $ACT = 'show'; - if($ACT == 'debug'){ + if($conf['allowdebug'] && $ACT == 'debug'){ html_debug(); exit; } |