mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-19 15:10:49 +00:00
d'oh
This commit is contained in:
parent
6b0570956d
commit
6d45f8b7c6
1 changed files with 16 additions and 16 deletions
32
files.php
32
files.php
|
@ -144,29 +144,29 @@ very few people on Windows would be able to play. <STRONG>:)</STRONG>
|
|||
<?
|
||||
$ftime = filemtime ("files/qf-win32-server.zip");
|
||||
echo " Updated " . gmdate ("M. j, g:i a", $ftime) . " UTC";
|
||||
echo " <UL>"
|
||||
echo " <LI>SDL (software) client"
|
||||
echo " <UL>";
|
||||
echo " <LI>SDL (software) client";
|
||||
fileDownloadLink("files/qf-win32-client-sdl", "zip");
|
||||
echo " </LI>"
|
||||
echo " <LI>SDL-32 (32bpp software) client"
|
||||
echo " </LI>";
|
||||
echo " <LI>SDL-32 (32bpp software) client";
|
||||
fileDownloadLink("files/qf-win32-client-sdl32", "zip");
|
||||
echo " </LI>"
|
||||
echo " <LI>SGL (SDL OpenGL) client"
|
||||
echo " </LI>";
|
||||
echo " <LI>SGL (SDL OpenGL) client";
|
||||
fileDownloadLink("files/qf-win32-client-sgl", "zip");
|
||||
echo " </LI>"
|
||||
echo " <LI>WGL (OpenGL) client"
|
||||
echo " </LI>";
|
||||
echo " <LI>WGL (OpenGL) client";
|
||||
fileDownloadLink("files/qf-win32-client-wgl", "zip");
|
||||
echo " </LI>"
|
||||
echo " <LI>developement stuff (libs, headers etc)"
|
||||
echo " </LI>";
|
||||
echo " <LI>developement stuff (libs, headers etc)";
|
||||
fileDownloadLink("files/qf-win32-devel", "zip");
|
||||
echo " </LI>"
|
||||
echo " <LI>servers"
|
||||
echo " </LI>";
|
||||
echo " <LI>servers";
|
||||
fileDownloadLink("files/qf-win32-server", "zip");
|
||||
echo " </LI>"
|
||||
echo " <LI>tools (qfcc, qfbsp ...)"
|
||||
echo " </LI>";
|
||||
echo " <LI>tools (qfcc, qfbsp ...)";
|
||||
fileDownloadLink("files/qf-win32-tools", "zip");
|
||||
echo " </LI>"
|
||||
echo " </UL>"
|
||||
echo " </LI>";
|
||||
echo " </UL>";
|
||||
?>
|
||||
</LI>
|
||||
</UL>
|
||||
|
|
Loading…
Reference in a new issue