summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-15 03:34:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-15 03:34:09 +0000
commit89c83ade88b8334efc080e024eb63991af9f291d (patch)
tree61fb40654399bbbdadb803352ea8f7a01f8ebd94 /etc/inc/globals.inc
parenta281f09f715c0369b164cdb6d3bcf41f02466831 (diff)
downloadpfsense-89c83ade88b8334efc080e024eb63991af9f291d.zip
pfsense-89c83ade88b8334efc080e024eb63991af9f291d.tar.gz
Add missing product_ items. product_website is used on the system
firmware settings page.
Diffstat (limited to 'etc/inc/globals.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