From 174e09109cce61b2d79d26f524e43742d3bdc386 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 10 Aug 2003 05:48:33 +0000 Subject: [PATCH] create a fileUpdated function and use it :) --- files.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/files.php b/files.php index fab183f..f3e406e 100644 --- a/files.php +++ b/files.php @@ -46,6 +46,11 @@ } } + function fileUpdated ($file) + { + $ftime = filemtime ($file); + echo " Updated " . gmdate ("d M Y g:ia", $ftime) . " UTC"; + } ?>

QuakeForge and Quake2Forge are always in constant @@ -178,8 +183,7 @@ very few people on Windows would be able to play. :)

  • Win32 binaries (Made with MinGW (GCC) in Linux) "; echo "
  • SDL (software) client "; fileDownloadLink("files/qf-win32-client-sdl", "zip"); @@ -206,7 +210,8 @@ very few people on Windows would be able to play. :) ?>
  • qwprogs.dat for the server. Uses QuakeForge specific features. - +