From 074e969ee1b28487fa77761a677e3197b8d994f3 Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 27 Dec 2000 03:44:11 +0000 Subject: [PATCH] Added in temp link for lang.php --- setup/index.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setup/index.php b/setup/index.php index e86bf11705..2b4a42f89a 100644 --- a/setup/index.php +++ b/setup/index.php @@ -198,8 +198,12 @@ echo ''; } echo ' Step 4 - language management '; - if ($stage < 4.1) { - echo 'ONot ready for this stage yet.'; + if ($stage < 3.1) { + echo 'ONot ready for this stage yet.
'; + } + + if ($stage < 4.1 || $stage > 3.1) { + echo 'OClick here for now'; }elseif ($stage == 4.1) { echo 'Ostage 4.1.
'; }elseif ($stage == 4.2) { @@ -207,7 +211,7 @@ } echo ' Step 5 - Add-on Application Installation '; if ($stage < 5.1) { - echo 'ONot ready for this stage yet.'; + echo 'ONot ready for this stage yet. (under construction)'; }elseif ($stage == 5.1) { echo 'Ostage 5.1.
'; }elseif ($stage == 5.2) {