mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix to show PHP 8.1 source on the downloads page
This commit is contained in:
@@ -126,7 +126,7 @@ function show_source_releases()
|
||||
{
|
||||
global $RELEASES;
|
||||
|
||||
$SHOW_COUNT = 4;
|
||||
$SHOW_COUNT = 5;
|
||||
|
||||
$current_uri = htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES, 'UTF-8');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user