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/wizards/setup_wizard.xml
483 483
				$config['interfaces']['wan']['ipaddr'] = $_POST['selectedtype'];
484 484
				write_config();
485 485
				if(!$config['interfaces']['lan']) 
486
					Header("Location: /wizard.php?xml=setup_wizard.xml&stepid=5&next=Next");
486
					header("Location: /wizard.php?xml=setup_wizard.xml&stepid=5&next=Next");
487 487
			}
488 488
		]]>
489 489
	</stepsubmitbeforesave>
......
631 631
	<stepbeforeformdisplay>
632 632
	<![CDATA[
633 633
		if($g['product_name'] <> 'pfSense') {
634
			Header("Location: " . fixup_string("\$myurl"));
634
			header("Location: " . fixup_string("\$myurl"));
635 635
			exit;
636 636
		}	
637 637
	]]>

Formats disponibles : Unified diff