Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想设置一个将在全球范围内看到的消息/警告。我怎样才能以升级安全的方式做到这一点?现在我已经实现了它:
/modules/Administration/DisplayWarnings.php
if(!empty($GLOBALS['sugar_config']['contact_name'])) { displayAdminError("My notification message goes here..."); }