mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
urldecode raw request
This commit is contained in:
parent
7b0895f9af
commit
21193214d1
1 changed files with 5 additions and 3 deletions
|
|
@ -82,10 +82,12 @@ class Nex implements MessageComponentInterface
|
||||||
|
|
||||||
// Filter request
|
// Filter request
|
||||||
$request = trim(
|
$request = trim(
|
||||||
|
urldecode(
|
||||||
filter_var(
|
filter_var(
|
||||||
$request,
|
$request,
|
||||||
FILTER_SANITIZE_URL
|
FILTER_SANITIZE_URL
|
||||||
)
|
)
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Build absolute realpath
|
// Build absolute realpath
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue