diff options
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; } |