diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-07-29 03:05:00 -0500 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-07-29 03:05:00 -0500 |
commit | 6f70673c91e02d2945e77cb204ad45fdd36c685a (patch) | |
tree | f9d1d13c250d4b7a9721e2d0f700425910acd0c0 | |
parent | 22c111566e48dc2273db649a00a0156e7eede5e9 (diff) | |
download | pfsense-6f70673c91e02d2945e77cb204ad45fdd36c685a.zip pfsense-6f70673c91e02d2945e77cb204ad45fdd36c685a.tar.gz |
Additional rebranding
-rw-r--r-- | src/etc/inc/globals.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc index 39017f5..65d55a1 100644 --- a/src/etc/inc/globals.inc +++ b/src/etc/inc/globals.inc @@ -61,7 +61,7 @@ $g = array( "www_path" => "/usr/local/www", "xml_rootobj" => "pfsense", "admin_group" => "admins", - "product_name" => "pfSense", + "product_name" => "RaptorSense", "product_version" => trim(file_get_contents("/etc/version"), " \n"), "product_copyright_years" => "2004 - ".date("Y"), "disablehelpmenu" => false, @@ -80,7 +80,7 @@ $g = array( "services_dhcp_server_enable" => true, "wireless_regex" => "/^(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|upgt|ural|urtw|urtwn|wi|wpi|wtap|zyd)[0-9]+/", "help_base_url" => "/help.php", - "pkg_prefix" => "pfSense-pkg-", + "pkg_prefix" => "RaptorSense-pkg-", "default_timezone" => "Etc/UTC", "language" => "en_US", "default_config_backup_count" => 30, |