diff --git a/data/web/json_api.php b/data/web/json_api.php index e5643dc56..d358a6198 100644 --- a/data/web/json_api.php +++ b/data/web/json_api.php @@ -135,6 +135,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u 'type' => 'error', 'msg' => 'Only POST method is allowed!' )); + die(); } switch ($category) { case "time_limited_alias": @@ -1081,6 +1082,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u 'type' => 'error', 'msg' => 'Only POST method is allowed!' )); + die(); } switch ($category) { case "alias":