From 1d03800336e16f031bcec39e6a8394de87953686 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sat, 16 Oct 2021 01:54:47 +0200 Subject: [PATCH] TS-website is not yet compatible with PHP 8 --- src/installer/pages/2.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/installer/pages/2.php b/src/installer/pages/2.php index a30fac7..aa6d36d 100644 --- a/src/installer/pages/2.php +++ b/src/installer/pages/2.php @@ -83,12 +83,13 @@ if(!empty($_POST["allow-metrics-checkbox"])) { 80000) ? 2 : 0; showCheckResult( - "PHP 7.2.0+", + "PHP 7.2.0 - 7.4", $result, "Current PHP version: " . PHP_VERSION );