tracks

** FTP Page **

\n”);
// sort ’em
sort($dirArray);
// print ’em
print(“

“);
// loop through the array of files and print them all
for($index=0; $index < $indexCount; $index++) { print("

“);
// print(“

“);
}
print(“

“);
?>