mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
Add Yellow line for plan not allowed to purchase
This commit is contained in:
parent
5867a0c9ca
commit
470c219e61
7 changed files with 35 additions and 3 deletions
|
@ -68,6 +68,8 @@ switch ($action) {
|
|||
Mikrotik::removePool($client, $d['pool_name']);
|
||||
} catch (Exception $e) {
|
||||
//ignore exception, it means router has already deleted
|
||||
} catch(Throwable $e){
|
||||
//ignore exception, it means router has already deleted
|
||||
}
|
||||
}
|
||||
$d->delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue