rf.NET
home
" . $dispdir . "
\n");
}
}
for ($i=0; $i < count($file_a); $i++) {
if ($file_a[$i] != "index.php" && $file_a[$i] != "nav.html" && $file_a[$i] != "ind.html") {
$excl = array(".php",".html",".htm",".mp3",".wav",".jpg",".jpeg",".png",".gif",".zip",".rar",".avi",".wmv",".exe",".txt");
$disp = str_replace($excl,"",$file_a[$i]);
echo("" . $disp . "
\n");
}
}
?>