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:
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…
x
Reference in New Issue
Block a user