mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
if you don't succeed the 5th time... try try again
This commit is contained in:
parent
6da41bfbcf
commit
a91c635918
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<? $ftime = filemtime("files/qf-current-snapshot.tar.gz");?>
|
||||
<p>
|
||||
<h4>QuakeForge CVS Snapshots (Last Modified
|
||||
<? print date("g:i",$ftime)," EST)";?></h4>
|
||||
<? print (date("g:i",$ftime) . " EST)"); ?></h4>
|
||||
<a href="files/qf-current-snapshot.tar.gz">qf-current-snapshot.tar.gz (~1.3MB)</a>
|
||||
<br><a href="files/qf_current_snapshot.zip">qf_current_snapshot.zip (~1.6MB)</a>
|
||||
<h4>Quake Shareware files</h4>
|
||||
|
|
Loading…
Reference in a new issue