format incoming separators

This commit is contained in:
yggverse 2024-04-27 02:43:44 +03:00
parent 94f4b33efb
commit 4fa3b7d7a2

View File

@ -191,7 +191,9 @@ $server->start(
],
DIRECTORY_SEPARATOR,
NEXT_PATH . trim(
$request
str_replace(
'\\', '/', $request
)
)
);