This commit is contained in:
Bill Currie 2003-07-08 18:22:06 +00:00
parent 6b0570956d
commit 6d45f8b7c6

View file

@ -144,29 +144,29 @@ very few people on Windows would be able to play. <STRONG>:)</STRONG>
<? <?
$ftime = filemtime ("files/qf-win32-server.zip"); $ftime = filemtime ("files/qf-win32-server.zip");
echo " Updated " . gmdate ("M. j, g:i a", $ftime) . " UTC"; echo " Updated " . gmdate ("M. j, g:i a", $ftime) . " UTC";
echo " <UL>" echo " <UL>";
echo " <LI>SDL (software) client" echo " <LI>SDL (software) client";
fileDownloadLink("files/qf-win32-client-sdl", "zip"); fileDownloadLink("files/qf-win32-client-sdl", "zip");
echo " </LI>" echo " </LI>";
echo " <LI>SDL-32 (32bpp software) client" echo " <LI>SDL-32 (32bpp software) client";
fileDownloadLink("files/qf-win32-client-sdl32", "zip"); fileDownloadLink("files/qf-win32-client-sdl32", "zip");
echo " </LI>" echo " </LI>";
echo " <LI>SGL (SDL OpenGL) client" echo " <LI>SGL (SDL OpenGL) client";
fileDownloadLink("files/qf-win32-client-sgl", "zip"); fileDownloadLink("files/qf-win32-client-sgl", "zip");
echo " </LI>" echo " </LI>";
echo " <LI>WGL (OpenGL) client" echo " <LI>WGL (OpenGL) client";
fileDownloadLink("files/qf-win32-client-wgl", "zip"); fileDownloadLink("files/qf-win32-client-wgl", "zip");
echo " </LI>" echo " </LI>";
echo " <LI>developement stuff (libs, headers etc)" echo " <LI>developement stuff (libs, headers etc)";
fileDownloadLink("files/qf-win32-devel", "zip"); fileDownloadLink("files/qf-win32-devel", "zip");
echo " </LI>" echo " </LI>";
echo " <LI>servers" echo " <LI>servers";
fileDownloadLink("files/qf-win32-server", "zip"); fileDownloadLink("files/qf-win32-server", "zip");
echo " </LI>" echo " </LI>";
echo " <LI>tools (qfcc, qfbsp ...)" echo " <LI>tools (qfcc, qfbsp ...)";
fileDownloadLink("files/qf-win32-tools", "zip"); fileDownloadLink("files/qf-win32-tools", "zip");
echo " </LI>" echo " </LI>";
echo " </UL>" echo " </UL>";
?> ?>
</LI> </LI>
</UL> </UL>