forked from kevinowino869/mitrobill
Add Yellow line for plan not allowed to purchase
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user