diff options
author | Warren Baker <warren@decoy.co.za> | 2011-11-30 14:31:24 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-11-30 14:35:31 +0200 |
commit | 7a5ccfa739875482aa486a7d8887b3ee3357f32c (patch) | |
tree | 3508be340b4437791f9b97ceecaab18ae0218a45 /usr/local | |
parent | c70452506a0ab84a9d72547656b516f6e61578da (diff) | |
download | pfsense-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/local')
-rw-r--r-- | usr/local/www/wizards/setup_wizard.xml | 2 |
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; } ]]> |