summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-11-30 14:31:24 +0200
committerWarren Baker <warren@decoy.co.za>2011-11-30 14:35:31 +0200
commit7a5ccfa739875482aa486a7d8887b3ee3357f32c (patch)
tree3508be340b4437791f9b97ceecaab18ae0218a45 /usr
parentc70452506a0ab84a9d72547656b516f6e61578da (diff)
downloadpfsense-7a5ccfa739875482aa486a7d8887b3ee3357f32c.zip
pfsense-7a5ccfa739875482aa486a7d8887b3ee3357f32c.tar.gz
variable is not yet available so rebrands get a blank page on the last step in the setup wizard
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 01d1e5c..5d672af 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -606,7 +606,7 @@
<stepbeforeformdisplay>
<![CDATA[
if($g['product_name'] <> 'pfSense') {
- Header("Location: $myurl");
+ Header("Location: " . fixup_string("\$myurl"));
exit;
}
]]>
OpenPOWER on IntegriCloud