mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 20:50:53 +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");
|
$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>
|
||||||
|
|
Loading…
Reference in a new issue