mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 00:04:44 +02:00
Error Info
This commit is contained in:
parent
0cad73a17f
commit
c6086c615f
2 changed files with 7 additions and 3 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue