Hi everybody!
I have a file manager based on PHP. In his config file the document root is
for example
c:\domains\domain1
then I make an user (for example userdomain1) with permission on this
folder.
I don´t want that this user can read folders upper c:\domains\dom. Althought
userdomain1 only have permissions in this folder.
But if a I modified config file and write like document root "c:\" I can
read and see all the folders even the user don´t have permission.
What can I do?
Thanks