From ac1ac338cf669ccc5c6868b9e013aaafee982278 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 26 Jul 2006 23:27:27 +0000 Subject: [PATCH] r971: Use the ISSO installer tool system --- install/global.php | 54 ++++------------------------------------------ 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/install/global.php b/install/global.php index 8247989..172bd01 100644 --- a/install/global.php +++ b/install/global.php @@ -60,6 +60,7 @@ require_once('./includes/functions.php'); // ################################################################### // init the big three + $bugsys->options = array(); $bugsys->userinfo = array(); $bugsys->datastore = array(); @@ -74,58 +75,11 @@ $bugsys->versions = array( // ################################################################### -$bugsys->input_clean('mark', TYPE_UINT); - -// ################################################################### -// ################################################################### -// ################################################################### - -// ################################################################### -// constructs the page header bit - -function page_start() -{ -?> - - - - - - Bugdar Installer - - +$bugsys->load('installer', null); -input_clean('mark', TYPE_UINT); -function page_end($next = true) -{ - global $bugsys; - - if (defined('STOP_MARK') AND $next) - { - if ($bugsys->in['mark'] >= STOP_MARK) - { - echo ''; - } - else - { - echo ''; - } - } - - echo ' - - - -'; - - exit; -} +define('STOP_LINK', 'Go to the Administrative Control Panel'); /*=====================================================================*\ || ################################################################### -- 2.22.5