summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer/installer.php
diff options
context:
space:
mode:
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