summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer/installer.php
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/installer/installer.php
parent44b79ffb8d4fec4030f72621756efeba5b31cc06 (diff)
downloadpfsense-6f3d20631db477f0ea8c86baae71e9071b45da7d.zip
pfsense-6f3d20631db477f0ea8c86baae71e9071b45da7d.tar.gz
Replace Header() calls by lowercase
Diffstat (limited to 'usr/local/www/installer/installer.php')
-rw-r--r--usr/local/www/installer/installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index b5079c5..985b5f3 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -35,7 +35,7 @@ require("guiconfig.inc");
define('PC_SYSINSTALL', '/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh');
if($g['platform'] == "pfSense" or $g['platform'] == "nanobsd") {
- Header("Location: /");
+ header("Location: /");
exit;
}
@@ -94,7 +94,7 @@ function easy_install($fstype = "UFS+S") {
$bootmanager = "bsd";
file_put_contents("/tmp/webInstaller_disk_layout.txt", serialize($disk_setup));
file_put_contents("/tmp/webInstaller_disk_bootmanager.txt", serialize($bootmanager));
- Header("Location: installer.php?state=verify_before_install");
+ header("Location: installer.php?state=verify_before_install");
exit;
}
OpenPOWER on IntegriCloud