mirror of
https://github.com/YGGverse/next.git
synced 2025-01-12 08:08:29 +00:00
format incoming separators
This commit is contained in:
parent
94f4b33efb
commit
4fa3b7d7a2
@ -191,7 +191,9 @@ $server->start(
|
|||||||
],
|
],
|
||||||
DIRECTORY_SEPARATOR,
|
DIRECTORY_SEPARATOR,
|
||||||
NEXT_PATH . trim(
|
NEXT_PATH . trim(
|
||||||
$request
|
str_replace(
|
||||||
|
'\\', '/', $request
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user