From f89132e8476d49023b8616644e65aa8abb4dffb0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Jan 2026 16:20:01 +0100 Subject: add new key for 2026 --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index 37f8d69d..725ad1ab 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -135,7 +135,7 @@ $phpname = [ $phptest = [ '8.5' => '8.5.2RC1', '8.4' => '8.4.17RC1', -// '8.3' => '8.3.29RC1', + '8.3' => '8.3.30RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); -- cgit