标签: sugarcrm suitecrm
我想设置一条全局可见的消息/警告。如何以升级安全的方式执行此操作?现在我已经实现了它:
/modules/Administration/DisplayWarnings.php
if(!empty($GLOBALS['sugar_config']['contact_name'])) { displayAdminError("My notification message goes here..."); }