mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
format incoming separators
This commit is contained in:
parent
94f4b33efb
commit
4fa3b7d7a2
1 changed files with 3 additions and 1 deletions
|
|
@ -191,7 +191,9 @@ $server->start(
|
||||||
],
|
],
|
||||||
DIRECTORY_SEPARATOR,
|
DIRECTORY_SEPARATOR,
|
||||||
NEXT_PATH . trim(
|
NEXT_PATH . trim(
|
||||||
$request
|
str_replace(
|
||||||
|
'\\', '/', $request
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue