mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 09:45:32 +00:00
add multi-os path separator
This commit is contained in:
parent
5ccadde228
commit
f410f82e10
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ $server->setHandler(
|
|||
'/[\.]+\//', // relative directory paths
|
||||
'/[\/]+\//', // remove extra slashes
|
||||
],
|
||||
'/',
|
||||
DIRECTORY_SEPARATOR,
|
||||
trim(
|
||||
$request->getPath()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue