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 d8d644dd..3a817621 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -69,7 +69,7 @@ $types = [ ]; $phpvers = [ // use false when only SCL - '8.0' => false, + '8.0' => 'remi-php80', '7.4' => 'remi-php74', '7.3' => 'remi-php73', '7.2' => 'remi-php72', |