Hello!
my directory structure looks like this:
dir/free_for_all
dir/1
dir/2
dir/3
..
dir/x
while 1 to x is the user_id
every user should only see his own dir (e.g. dir/2) plus the free_for_all
how can I solve this?
I'm only able to show all dirs
thanks
Peter
my directory structure looks like this:
dir/free_for_all
dir/1
dir/2
dir/3
..
dir/x
while 1 to x is the user_id
every user should only see his own dir (e.g. dir/2) plus the free_for_all
how can I solve this?
I'm only able to show all dirs
thanks
Peter