mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable no_extra_blank_lines fixer
Closes GH-646.
This commit is contained in:
@@ -128,7 +128,6 @@ if (preg_match("!^get/([^/]+)$!", $URI, $what)) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ============================================================================
|
||||
// Nice URLs for download files, so wget works completely well with download links
|
||||
if (preg_match("!^get/([^/]+)/from/([^/]+)(/mirror)?$!", $URI, $dlinfo)) {
|
||||
@@ -678,7 +677,6 @@ if (preg_match("!^manual/([^/]+)/([^/]+).php$!", $URI, $match) &&
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ============================================================================
|
||||
// 404 page for manual pages (eg. not built language)
|
||||
if (strpos($URI, "manual/") === 0) {
|
||||
|
||||
Reference in New Issue
Block a user