mirror of
https://github.com/YGGverse/next.git
synced 2025-01-12 08:08:29 +00:00
update realpath builder
This commit is contained in:
parent
456e2a9c2b
commit
8745b4aa00
11
src/nex.php
11
src/nex.php
@ -192,11 +192,12 @@ $server->start(
|
|||||||
|
|
||||||
// Build realpath
|
// Build realpath
|
||||||
$realpath = realpath(
|
$realpath = realpath(
|
||||||
NEXT_PATH . filter_var(
|
NEXT_PATH .
|
||||||
urldecode(
|
urldecode(
|
||||||
$request
|
filter_var(
|
||||||
),
|
$request,
|
||||||
FILTER_SANITIZE_URL
|
FILTER_SANITIZE_URL
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user