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); ?>
"); if($a==".." && str_replace("/","",$folder)!="") print(""); if($a!="." && $a!="..") print(""); } sort($files); foreach($files as $a) { print('