mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-23 20:52:45 +00:00
hello 1.19
This commit is contained in:
parent
8dc121cabb
commit
4a49ce4d96
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ print ("(" . date("M. j, g:i a", $ftime) . " PT)"); ?></h4>
|
|||
<a href="files/qf-current-snapshot.tar.gz">qf-current-snapshot.tar.gz
|
||||
<? $size = filesize("files/qf-current-snapshot.tar.gz"); $size /= 1024 ;
|
||||
print ("(". round($size) ."KB)"); ?></a>
|
||||
<br><a href="files/qf_current_snapshot.tar.bz2">qf_current_snapshot.tar.bz2
|
||||
<br><a href="files/qf-current-snapshot.tar.bz2">qf-current-snapshot.tar.bz2
|
||||
<? $size = filesize("files/qf-current-snapshot.tar.bz2"); $size /= 1024 ;
|
||||
print ("(". round($size) ."KB)"); ?></a>
|
||||
<br><a href="files/qf_current_snapshot.zip">qf_current_snapshot.zip
|
||||
|
|
Loading…
Reference in a new issue