From 6f3d20631db477f0ea8c86baae71e9071b45da7d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 13 Jun 2014 08:59:57 -0300 Subject: Replace Header() calls by lowercase --- usr/local/www/installer/installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/installer/installer.php') 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; } -- cgit v1.1