Merge branch 'ent-7993-bug-en-llamada-api-crear-alert-template-meta' into 'develop'

API set create alert template metaconsole support

See merge request artica/pandorafms!4401
This commit is contained in:
Daniel Rodriguez 2021-09-22 09:08:34 +00:00
commit c6e2fd6aa9
1 changed files with 0 additions and 4 deletions

View File

@ -5777,10 +5777,6 @@ function api_set_create_alert_template($name, $thrash1, $other, $thrash3)
{
global $config;
if (is_metaconsole() === true) {
return;
}
$headers = getallheaders();
if (isset($headers['idk']) === false
&& is_management_allowed($headers['idk']) === false