diff options
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 5 |
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 */ |