diff options
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 409c10c7..517537f9 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -64,7 +64,8 @@ $types = [ 'scl' => 'Multiple versions simultaneously', ]; $phpvers = [ - '7.4' => false, + // use false when only SCL + '7.4' => 'remi-php74', '7.3' => 'remi-php73', '7.2' => 'remi-php72', '7.1' => 'remi-php71', |