Tagged Questions
0
votes
2answers
136 views
listing a folder content : how to prevent user from going above the authorized directory?
i'm working on a script to allow users to browse a given directory, which is not the directory this file is sitting in, but set in a variable.
define('FOLDER', '../_files/');
Now, the rendred html ...