mirror of
https://github.com/YGGverse/next.git
synced 2025-01-11 23:58:26 +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
|
||||
$realpath = realpath(
|
||||
NEXT_PATH . filter_var(
|
||||
urldecode(
|
||||
$request
|
||||
),
|
||||
FILTER_SANITIZE_URL
|
||||
NEXT_PATH .
|
||||
urldecode(
|
||||
filter_var(
|
||||
$request,
|
||||
FILTER_SANITIZE_URL
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user