Revision 573ec19d
Added by Renato Botelho over 4 years ago
- added
- modified
- copied
- renamed
- deleted
- src
- etc
- inc
- acb.inc (diff)
- auth.inc (diff)
- authgui.inc (diff)
- config.console.inc (diff)
- config.lib.inc (diff)
- copyget.inc (diff)
- globals.inc (diff)
- interfaces.inc (diff)
- pfsense-utils.inc (diff)
- pkg-utils.inc (diff)
- priv
- priv.defs.inc (diff)
- service-utils.inc (diff)
- services.inc (diff)
- shaper.inc (diff)
- syslog.inc (diff)
- system.inc (diff)
- upgrade_config.inc (diff)
- web
- pfSense-rc (diff)
- pfSense-rc.shutdown (diff)
- rc.banner (diff)
- rc.bootup (diff)
- rc.filter_synchronize (diff)
- rc.initial (diff)
- rc.initial.defaults (diff)
- rc.initial.halt (diff)
- rc.initial.reboot (diff)
- rc.initial.setlanip (diff)
- rc.newwanip (diff)
- rc.newwanipv6 (diff)
- rc.update_pkg_metadata (diff)
- sshd (diff)
- inc
- usr
- local
- sbin
- www
- crash_reporter.php (diff)
- diag_backup.php (diff)
- firewall_virtual_ip_edit.php (diff)
- head.inc (diff)
- index.php (diff)
- interfaces_qinq.php (diff)
- interfaces_vlan.php (diff)
- pkg_mgr_install.php (diff)
- services_acb.php (diff)
- services_captiveportal.php (diff)
- services_captiveportal_hasync.php (diff)
- services_dhcp_relay.php (diff)
- services_dhcpv6_relay.php (diff)
- services_dnsmasq.php (diff)
- services_ntpd.php (diff)
- services_ntpd_gps.php (diff)
- services_router_advertisements.php (diff)
- services_unbound.php (diff)
- status.php (diff)
- status_logs_settings.php (diff)
- system.php (diff)
- system_advanced_admin.php (diff)
- system_advanced_firewall.php (diff)
- system_advanced_misc.php (diff)
- system_advanced_notifications.php (diff)
- system_certmanager.php (diff)
- system_groupmanager_addprivs.php (diff)
- system_update_settings.php (diff)
- system_usermanager_addprivs.php (diff)
- system_usermanager_settings.php (diff)
- vpn_ipsec_phase1.php (diff)
- widgets
- wizard.php (diff)
- wizards
- local
- etc
Add product_label global variable
Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.
While here, remove deprecated $g['platform'] and also replace places
with pfSense hardcoded on text messages by $g['product_label'].
No functional changes are expected.