2024.7.15

This commit is contained in:
Ibnu Maksum
2024-07-15 14:40:36 +07:00
parent 88be741b8c
commit 0520b1f337
4 changed files with 602 additions and 217 deletions

View File

@ -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);
}