Fix per php8.3
This commit is contained in:
parent
ae28bc6f5a
commit
3d5ca01742
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue