diff options
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index aa64ff87..9606e3ad 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -29,7 +29,7 @@ $types = [ 'scl' => 'Multiple versions', ]; $phpvers = [ - '7.1' => false, + '7.1' => 'remi-php71', '7.0' => 'remi-php70', '5.6' => 'remi-php56', '5.5' => 'remi-php55', |