API set create alert template metaconsole support

This commit is contained in:
Calvo 2021-09-13 10:10:52 +02:00
parent 4ec67b51b7
commit bb1e0a0b8b
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