1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

Fix per php8.1

This commit is contained in:
Pek5892 2024-04-15 08:57:53 +02:00
parent 03eb6a166b
commit 1710ec1720

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