mirror of
https://github.com/YGGverse/Pulsar.git
synced 2025-03-13 05:41:21 +00:00
format incoming separators
This commit is contained in:
parent
f410f82e10
commit
4b35cd91a7
@ -120,7 +120,9 @@ $server->setHandler(
|
||||
],
|
||||
DIRECTORY_SEPARATOR,
|
||||
trim(
|
||||
$request->getPath()
|
||||
str_replace(
|
||||
'\\', '/', $request->getPath()
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user