mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 14:49:25 +02:00
2024.7.15
This commit is contained in:
parent
88be741b8c
commit
0520b1f337
4 changed files with 602 additions and 217 deletions
|
@ -154,16 +154,14 @@ try {
|
|||
Message::sendTelegram(
|
||||
"Sistem Error.\n" .
|
||||
$e->getMessage() . "\n" .
|
||||
$e->getTraceAsString(),
|
||||
$config['telegram_topik_error']
|
||||
$e->getTraceAsString()
|
||||
);
|
||||
show_radius_result(['Reply-Message' => 'Command Failed : ' . $action], 401);
|
||||
} catch (Exception $e) {
|
||||
Message::sendTelegram(
|
||||
"Sistem Error.\n" .
|
||||
$e->getMessage() . "\n" .
|
||||
$e->getTraceAsString(),
|
||||
$config['telegram_topik_error']
|
||||
$e->getTraceAsString()
|
||||
);
|
||||
show_radius_result(['Reply-Message' => 'Command Failed : ' . $action], 401);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue