summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc8
1 files changed, 6 insertions, 2 deletions
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
OpenPOWER on IntegriCloud