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"));

View file

@ -47,6 +47,13 @@
<br>
{$error_message}
<br>
Mikrotik troubleshooting: <br>
<ul>
<li>Make sure you use API Port, Default 8728</li>
<li>Make sure Username and Password are correct</li>
<li>Make sure your hosting not blocking port to external</li>
<li>Make sure your Mikrotik accessible from PHPNuxBill</li>
</ul>
</div>
<div class="box-footer">
<div class="btn-group btn-group-justified" role="group" aria-label="...">