wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Michael Salathe * ---------------------------------------------------------------------------- */ $path=$_GET["path"]; $folder=str_replace(".","",$path."/"); $dir=opendir(".".$folder); ?>

".$a."
"); if($a==".." && str_replace("/","",$folder)!="") print("
".$a."
"); if($a!="." && $a!="..") print("
".$a."
"); } sort($files); foreach($files as $a) { print('
'); print("".$a."
"); } ?>