summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-16 20:43:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-16 20:43:26 +0000
commit36d0358b568a0dde740ade770408bef2d8c3fa65 (patch)
tree4b8827c6708d12d3fee1a70d9a36b435b9c92624 /etc/inc/globals.inc
parentb5e2cc9240a198a9b8fb4827fb262397275a881e (diff)
downloadpfsense-36d0358b568a0dde740ade770408bef2d8c3fa65.zip
pfsense-36d0358b568a0dde740ade770408bef2d8c3fa65.tar.gz
Add product_copyright re-branding support
Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 67cd311..a9b74eb 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -48,6 +48,11 @@ $g = array(
"www_path" => "/usr/local/www",
"xml_rootobj" => "pfsense",
"admin_group" => "admins",
+ "product_name" => "pfSense",
+ "product_copyright" => "Scott Ullrich",
+ "product_copyright_years" => "2005, 2006, 2007, 2008",
+ "product_website" => "http://www.pfsense.com",
+ "product_email" => "coreteam@pfsense.com",
"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 */
OpenPOWER on IntegriCloud