mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
This commit is contained in:
@@ -22,7 +22,7 @@ $abs = $pwd . "/" . (string)$_GET["f"];
|
||||
$abs = realpath($abs);
|
||||
|
||||
if (strncmp($abs, $pwd, strlen($pwd)) != 0) {
|
||||
header("Location: https://www.php.net/" . strtr($_GET["f"],["\r"=>"", "\n"=>""]));
|
||||
header("Location: https://www.php.net/" . strtr($_GET["f"],["\r" => "", "\n" => ""]));
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user