mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-20 21:43:00 +08: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"));
|
||||
|
|
|
@ -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="...">
|
||||
|
|
Loading…
Reference in a new issue