mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing product_ items. product_website is used on the system
firmware settings page.
This commit is contained in:
parent
a281f09f71
commit
89c83ade88
@ -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");
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user