- Timestamp:
- Nov 25, 2007, 8:09:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/download.php
r151 r152 1 1 <?php 2 INCLUDE('../global.php');3 ShowHeader();4 5 2 $Obsah = file_get_contents('download.log'); 6 3 $Soubor = fopen('download.log', 'w'); … … 16 13 17 14 Jestli stahování nezaène hnet kliknìte <A href="InstalaceHeroesOfFantasyClient-3,0.exe">zde</A>. 18 19 <?20 ShowFooter();21 ?>
Note:
See TracChangeset
for help on using the changeset viewer.