From b6d96a2ff6161c65044a00f826c2e4b399773e0c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 25 Mar 2005 23:12:26 +0000 Subject: Add a redirection notice for embedded users that the wizard is slower than the normal gui. Also note that the user can click on the pfSense logo in the wizard to bypass the wizard process. --- usr/local/www/index.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 24a3148..5321526 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -33,7 +33,12 @@ if(file_exists("/usr/local/www/trigger_initial_wizard")) { unlink("/usr/local/www/trigger_initial_wizard"); - header("Location: wizard.php?xml=setup_wizard.xml"); + echo "
"; + echo "Welcome to pfSense!

"; + echo "One moment while we start the initial setup wizard.

"; + echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.

"; + echo "To bypass the wizard, click on the pfSense wizard on the initial page."; + echo ""; } require("guiconfig.inc"); @@ -269,7 +274,7 @@ While(!Connection_Aborted()) { echo "