Project

General

Profile

« Previous | Next » 

Revision 7a5ccfa7

Added by Warren Baker over 13 years ago

variable is not yet available so rebrands get a blank page on the last step in the setup wizard

View differences:

usr/local/www/wizards/setup_wizard.xml
606 606
	<stepbeforeformdisplay>
607 607
	<![CDATA[
608 608
		if($g['product_name'] <> 'pfSense') {
609
			Header("Location: $myurl");
609
			Header("Location: " . fixup_string("\$myurl"));
610 610
			exit;
611 611
		}	
612 612
	]]>

Also available in: Unified diff