Error Info

This commit is contained in:
Ibnu Maksum 2024-02-26 15:02:36 +07:00
parent 0cad73a17f
commit c6086c615f
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
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"));