summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-05-11 16:40:39 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-05-11 16:40:45 -0400
commitb148ab813f932985655625a04e4400080e60b74d (patch)
tree6741b9ee09cdfee0a3347861ef0c2fcb4df718e7 /usr
parent4bc2c6766e2782aad63120f2c5f77d306fb7609f (diff)
downloadpfsense-b148ab813f932985655625a04e4400080e60b74d.zip
pfsense-b148ab813f932985655625a04e4400080e60b74d.tar.gz
Skip step #9 for non pfSense branded installations
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 328378c..7527451 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -599,6 +599,14 @@
<step>
<id>9</id>
<title>Wizard completed.</title>
+ <stepbeforeformdisplay>
+ <![CDATA[
+ if($g['product_name'] <> 'pfSense') {
+ Header("Location: $myurl");
+ exit;
+ }
+ ]]>
+ </stepbeforeformdisplay>
<description>
<![CDATA[
Congratulations! pfSense is now configured.<p/>
OpenPOWER on IntegriCloud