From 122ae5f785f5e72ac40e45861cb0c4bce28f7b80 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 23 Nov 2005 03:21:32 +0000 Subject: [PATCH] Added ability to ignore the stop mark --- installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.php b/installer.php index 2390050..31899fa 100644 --- a/installer.php +++ b/installer.php @@ -69,7 +69,7 @@ function page_end($next = true) { if (defined('STOP_MARK') AND $next) { - if ($GLOBALS['isso:null-framework']->in['mark'] >= STOP_MARK) + if ($GLOBALS['isso:null-framework']->in['mark'] >= STOP_MARK AND !defined('IGNORE_STOP')) { echo ''; } -- 2.22.5