PHP Local File Inclusion from URL; no param
The PHP code has a handleRoute($path) function that is triggered for URLs like server.com/routeme/a. Handle route has the follwing: if file_exists($path) then include $path.
The $path argument is /srv/dirs/routeme/a.
A Go… Continue reading PHP Local File Inclusion from URL; no param