summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-13 08:59:57 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-13 08:59:57 -0300
commit6f3d20631db477f0ea8c86baae71e9071b45da7d (patch)
treebcf9da6cc4e767bb1a25fcd8b1883f9d80d4d1b8 /usr/local/www/wizards
parent44b79ffb8d4fec4030f72621756efeba5b31cc06 (diff)
downloadpfsense-6f3d20631db477f0ea8c86baae71e9071b45da7d.zip
pfsense-6f3d20631db477f0ea8c86baae71e9071b45da7d.tar.gz
Replace Header() calls by lowercase
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 46aa7b7..e69dbaf 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -483,7 +483,7 @@
$config['interfaces']['wan']['ipaddr'] = $_POST['selectedtype'];
write_config();
if(!$config['interfaces']['lan'])
- Header("Location: /wizard.php?xml=setup_wizard.xml&stepid=5&next=Next");
+ header("Location: /wizard.php?xml=setup_wizard.xml&stepid=5&next=Next");
}
]]>
</stepsubmitbeforesave>
@@ -631,7 +631,7 @@
<stepbeforeformdisplay>
<![CDATA[
if($g['product_name'] <> 'pfSense') {
- Header("Location: " . fixup_string("\$myurl"));
+ header("Location: " . fixup_string("\$myurl"));
exit;
}
]]>
OpenPOWER on IntegriCloud