sanitize request

This commit is contained in:
yggverse 2024-04-27 02:59:41 +03:00
parent 4fa3b7d7a2
commit e3b9f26183

View File

@ -192,7 +192,7 @@ $server->start(
DIRECTORY_SEPARATOR, DIRECTORY_SEPARATOR,
NEXT_PATH . trim( NEXT_PATH . trim(
str_replace( str_replace(
'\\', '/', $request '\\', '/', filter_var($request, FILTER_SANITIZE_URL)
) )
) )
); );