Browse Source

update realpath builder

nex-php
yggverse 7 months ago
parent
commit
8745b4aa00
  1. 11
      src/nex.php

11
src/nex.php

@ -192,11 +192,12 @@ $server->start( @@ -192,11 +192,12 @@ $server->start(
// Build realpath
$realpath = realpath(
NEXT_PATH . filter_var(
urldecode(
$request
),
FILTER_SANITIZE_URL
NEXT_PATH .
urldecode(
filter_var(
$request,
FILTER_SANITIZE_URL
)
)
);

Loading…
Cancel
Save