2024.7.15
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user