Browse Source

format incoming separators

nex-php
yggverse 7 months ago
parent
commit
4fa3b7d7a2
  1. 4
      src/nex.php

4
src/nex.php

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

Loading…
Cancel
Save