3 function dir_m3u($dir) {
5 while (false!==($file = readdir($files)))
7 if ($file != "." && $file != "..")
9 echo "$dir$file\">$file</a><br />\n";
17 if(isset($_GET["dir"])) $dir = $_GET["dir"];
This page took 1.163852 seconds and 4 git commands to generate.