Error Info

This commit is contained in:
Ibnu Maksum
2024-02-26 15:02:36 +07:00
parent 0cad73a17f
commit c6086c615f
2 changed files with 7 additions and 3 deletions

View File

@ -46,9 +46,6 @@ $req = _get('r');
$token = _get('token');
$routes = explode('/', $req);
$handler = $routes[0];
if ($handler == '') {
$handler = 'default';
}
if(empty($token)){
showResult(false, Lang::T("Token is invalid"));