summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
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);