Projet

Général

Profil

« Précédent | Suivant » 

Révision 6f3d2063

Ajouté par Renato Botelho il y a presque 10 ans

Replace Header() calls by lowercase

Voir les différences:

usr/local/www/installer/installer.php
35 35
define('PC_SYSINSTALL', '/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh');
36 36

  
37 37
if($g['platform'] == "pfSense" or $g['platform'] == "nanobsd") {
38
	Header("Location: /");
38
	header("Location: /");
39 39
	exit;
40 40
}
41 41

  
......
94 94
	$bootmanager = "bsd";
95 95
	file_put_contents("/tmp/webInstaller_disk_layout.txt", serialize($disk_setup));
96 96
	file_put_contents("/tmp/webInstaller_disk_bootmanager.txt", serialize($bootmanager));
97
	Header("Location: installer.php?state=verify_before_install");
97
	header("Location: installer.php?state=verify_before_install");
98 98
	exit;
99 99
}
100 100

  

Formats disponibles : Unified diff