2

我想设置一个将在全球范围内看到的消息/警告。我怎样才能以升级安全的方式做到这一点?现在我已经实现了它:

/modules/Administration/DisplayWarnings.php

if(!empty($GLOBALS['sugar_config']['contact_name'])) {
    displayAdminError("My notification message goes here...");
}
4

0 回答 0