From 1710ec17209133f262d03db2a458a7dd5dbb00a7 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Mon, 15 Apr 2024 08:57:53 +0200 Subject: [PATCH] Fix per php8.1 --- include/init/configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/init/configuration.php b/include/init/configuration.php index 99468a83a..aa26e6e73 100755 --- a/include/init/configuration.php +++ b/include/init/configuration.php @@ -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()) {