<?php $path=“/var/www/storage.atari-source.com/atari/mirrors/cvs_builds/“; $urlpath=“http://storage.atari-source.com/atari/mirrors/cvs_builds/"; echo “This directory has archives of CVS Builds. The readme explains everything, and you should read it before trying to do anything with this content. As this is CVS, at times the snapshots will be broken or partially unbuilt. Please report this as reports will help improve quality of automated builds.”; echo “

”; $mydir=opendir($path); while (FALSE!=($file=readdir($mydir))) { if ($file!=“.” && $file!=“..”) { $size=filesize($path.$file); echo “”; } } echo “
File NameSize
$file”.number_format(round($size/1024)).” KBytes
”; ?>