Fix per php8.1

This commit is contained in:
Pek5892 2024-04-15 08:57:53 +02:00
parent 03eb6a166b
commit 1710ec1720
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {