mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
okay
This commit is contained in:
parent
cc2c731b3b
commit
93ad34decd
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@ trees are more closely related than initial look would indicate.
|
|||
<H4>Quake Shareware files </H4>
|
||||
<A href="files/quake106.zip">Quake v1.06</A>
|
||||
<?
|
||||
$size = filesize("files/quake106.zip"); #$size /= 1024;
|
||||
$size = filesize("files/quake106.zip"); $size /= 1024;
|
||||
echo '(' . round($size) . ' KB)<BR>';
|
||||
?>
|
||||
<A href="files/quake_sw.tar.gz">quake_sw.tar.gz</A> paks only
|
||||
<?
|
||||
$size = filesize("files/quake_sw.tar.gz"); #$size /= 1024;
|
||||
$size = filesize("files/quake_sw.tar.gz"); $size /= 1024;
|
||||
echo '(' . round($size) . ' KB)</A><BR>';
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue