From 165bfdcb076ed6ec0d9c50958e8cac3f859540c5 Mon Sep 17 00:00:00 2001 From: seek3r Date: Fri, 1 Dec 2000 20:11:30 +0000 Subject: [PATCH] added configuration portion of the setup --- setup/inc/functions.inc.php | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/setup/inc/functions.inc.php b/setup/inc/functions.inc.php index 11f0b51878..31596303d5 100644 --- a/setup/inc/functions.inc.php +++ b/setup/inc/functions.inc.php @@ -138,9 +138,11 @@ Stage 2.4 = database and tables exists but need upgrading Stage 2.5 = tables being modified in some way Stage 2.6 = database and tables exists and are current - Stage 3 = - Stage 4 = - Stage 5 = + Stage 3.1 = configuration has not been done + Stage 3.2 = configuration has been completed + Stage 4.1 = install new language + Stage 5.1 = something to do with the add-on applications + Stage 5.2 = */ echo ''; @@ -261,10 +263,19 @@ if ($stage < 4.1) { echo ''; }elseif ($stage == 4.1) { - echo ''; + echo ''; }elseif ($stage == 4.2) { - echo ''; + echo ''; } + echo ' '; + if ($stage < 5.1) { + echo ''; + }elseif ($stage == 5.1) { + echo ''; + }elseif ($stage == 5.2) { + echo ''; + } + echo '
ONot ready for this stage yet.
Ostage 3.1.
Ostage 4.1.
Ostage 3.2.
Ostage 4.2.
Step 5 - Add-on Application Installation 
ONot ready for this stage yet.
Ostage 5.1.
Ostage 5.2.
'; }