Fix per php8.3

This commit is contained in:
valentina 2024-09-09 10:44:19 +02:00
parent ae28bc6f5a
commit 3d5ca01742
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ if (!empty(post('db_host'))) {
'db_username' => $db_username,
'db_password' => $db_password,
]);
} catch (Exception) {
} catch (Throwable $e) {
error_log($e->getMessage());
}
// Test della configurazione