summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-01-25 03:30:28 -0500
committerChris Buechler <cmb@pfsense.org>2009-01-25 03:30:28 -0500
commitc57e9f90efbab9a3d81d9bd8dd14925e470af3e7 (patch)
treea6973b96e3d8c766bc75fdaa0c8348b0edfd1896 /etc
parent902b4e72e6cdd7d864c12a77e4973263613f477b (diff)
downloadpfsense-c57e9f90efbab9a3d81d9bd8dd14925e470af3e7.zip
pfsense-c57e9f90efbab9a3d81d9bd8dd14925e470af3e7.tar.gz
catch up to RELENG_1_2
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 1c34c21..f764f4c 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -51,10 +51,11 @@ $g = array(
"xml_rootobj" => "pfsense",
"admin_group" => "admins",
"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",
+ "product_copyright" => "BSD Perimeter LLC",
+ "product_copyright_url" => "http://www.bsdperimeter.com",
+ "product_copyright_years" => "2004 - 2009",
+ "product_website" => "http://www.pfsense.org/?gui20alpha",
+ "product_email" => "coreteam@pfsense.org",
"pppoe_interface" => "ng0",
"n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */
"pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */
@@ -89,4 +90,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