More files listing changes

This commit is contained in:
Jeff Teunissen 2000-08-03 16:29:09 +00:00
parent 5ac92614c3
commit 51578fba36

View file

@ -43,10 +43,17 @@ where the action is!
<LI>Source code
<? fileDownloadLink("files/newtree-current", "tar.gz tar.bz2 zip"); ?>
<LI>Win32 binaries (Made with Borland C++)
<? fileDownloadLink ("files/newtree-win32-bc-current", "zip"); ?>
<LI>Win32 newtree binaries (Made with Microsoft VC++)
<? fileDownloadLink("files/newtree-win32-current", "zip"); ?>
<? $ftime = filemtime("files/newtree-win32-current.zip"); echo " Updated " . date("M. j, g:i a", $ftime) . " PT";?>
<?
fileDownloadLink ("files/newtree-win32-bc-current", "zip");
$ftime = filemtime("files/newtree-win32-bc-current.zip");
echo " Updated " . date("M. j, g:i a", $ftime) . " PT";
?>
<LI>Win32 binaries (Made with Microsoft VC++)
<?
fileDownloadLink ("files/newtree-win32-current", "zip");
$ftime = filemtime("files/newtree-win32-current.zip");
echo " Updated " . date("M. j, g:i a", $ftime) . " PT";
?>
</UL>