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:
commit
c6e2fd6aa9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue