From 89c83ade88b8334efc080e024eb63991af9f291d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 15 Dec 2008 03:34:09 +0000 Subject: Add missing product_ items. product_website is used on the system firmware settings page. --- etc/inc/globals.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'etc/inc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 7dae640..63908d5 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -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"); -?> +?> \ No newline at end of file -- cgit v1.1