mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-21 11:11:02 +00:00
More files listing changes
This commit is contained in:
parent
5ac92614c3
commit
51578fba36
1 changed files with 11 additions and 4 deletions
15
files.php
15
files.php
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue