mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 17:24:41 +02:00
Admin Permisions
This commit is contained in:
parent
375403135e
commit
a7502aa8fb
16 changed files with 150 additions and 69 deletions
|
@ -83,6 +83,11 @@ if($token == $config['api_key']){
|
|||
}
|
||||
}
|
||||
|
||||
if(!isset($handler) || empty($handler)){
|
||||
showResult(true, Lang::T("Token is valid"));
|
||||
}
|
||||
|
||||
|
||||
if($handler == 'isValid'){
|
||||
showResult(true, Lang::T("Token is valid"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue