From ae28bc6f5a5d74e08295665820c258703155ced4 Mon Sep 17 00:00:00 2001 From: valentina Date: Mon, 9 Sep 2024 10:23:27 +0200 Subject: [PATCH] Fix minore --- core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.php b/core.php index 8e5db3db8..f48f7213d 100755 --- a/core.php +++ b/core.php @@ -24,7 +24,7 @@ date_default_timezone_set('Europe/Rome'); // Controllo sulla versione PHP -$minimum = '7.2.0'; +$minimum = '8.1.0'; if (version_compare(phpversion(), $minimum) < 0) { echo '

Stai utilizzando la versione PHP '.phpversion().', non compatibile con OpenSTAManager.