Fix per php8.1
This commit is contained in:
parent
03eb6a166b
commit
1710ec1720
|
@ -51,7 +51,7 @@ if (!empty(post('db_host'))) {
|
|||
}
|
||||
|
||||
// Test della configurazione
|
||||
if (post('test') !== null) {
|
||||
if (!empty(post('test'))) {
|
||||
ob_end_clean();
|
||||
|
||||
if ($dbo->isConnected()) {
|
||||
|
|
Loading…
Reference in New Issue