summaryrefslogtreecommitdiffstats
path: root/usr/local
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:31:24 +0200
commit769891b5a48f10e1feb5f017fa7e3269168e8c44 (patch)
tree74d27b32891d684425d9d6ca96d93155a68db42e /usr/local
parentfe4780a23866b58fa934030b7f102156b806c591 (diff)
downloadpfsense-769891b5a48f10e1feb5f017fa7e3269168e8c44.zip
pfsense-769891b5a48f10e1feb5f017fa7e3269168e8c44.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/local')
-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