From 46bc061c46061a909200a0c0a93ba6f07befbcf3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 29 Dec 2005 21:57:26 +0000 Subject: [PATCH] Only show the debug box if HIDE_SETUP is not enabled --- printer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/printer.php b/printer.php index 54d3df5..50005aa 100644 --- a/printer.php +++ b/printer.php @@ -359,14 +359,13 @@ JS; if (!defined('HIDE_SETUP')) { echo "\n\n\n$copyright"; + echo $this->registry->construct_debug_block(false); } else { echo "\n\n"; } - echo $this->registry->construct_debug_block(false); - echo "\n\n\n"; exit; -- 2.22.5