diff --git a/api.php b/api.php index f5a4ecf..cc576e6 100644 --- a/api.php +++ b/api.php @@ -57,6 +57,8 @@ switch ($VARS['action']) { exit(json_encode(["status" => "ERROR", "msg" => lang("account terminated", false)])); case "CHANGE_PASSWORD": exit(json_encode(["status" => "ERROR", "msg" => lang("password expired", false)])); + case "NORMAL": + break; default: exit(json_encode(["status" => "ERROR", "msg" => lang("account state error", false)])); }