I'm trying to write a script that shows a file picker for my whole web
site. The only part I have left to do is making the script start at
the root directory (my public_html folder). I've messed with
chdir($_SERVER['DOCUMENT_ROOT']) for example but I just can't seem to
get a handle to the top level directory.