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