Skip to content

Commit e9bbfd1

Browse files
committed
Actually hide PHP 8.0 from the download pages
1 parent 3483390 commit e9bbfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docroot/listing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
$baseurl = '/' . $dir_to_parse . '/';
3737

3838
$versions = generate_listing($dir_to_parse, $nmode);
39-
$major_order = array('8.3', '8.2', '8.1', '8.0');
39+
$major_order = array('8.3', '8.2', '8.1');
4040
$minor_order = array(
4141
'8.1' => array(
4242
'nts-vs16-x64',

0 commit comments

Comments
 (0)