Add missing product_ items. product_website is used on the system

firmware settings page.
This commit is contained in:
Scott Ullrich 2008-12-15 03:34:09 +00:00
parent a281f09f71
commit 89c83ade88

View File

@ -34,7 +34,11 @@
$g = array(
"factory_shipped_username" => "admin",
"factory_shipped_password" => "pfsense",
"product_name" => "pfSense",
"product_name" => "pfSense",
"product_copyright" => "BSD Perimeter LLC",
"product_copyright_years" => "2005, 2006, 2007, 2008",
"product_website" => "www.pfsense.com",
"product_email" => "coreteam@pfsense.com",
"upload_path" => "/root",
"dhcpd_chroot_path" => "/var/dhcpd",
"varrun_path" => "/var/run",
@ -78,4 +82,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
?>
?>