- Timestamp:
- Nov 25, 2007, 8:18:00 PM (17 years ago)
- Location:
- client
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/download.php
r152 r153 1 1 <?php 2 2 $Obsah = file_get_contents('download.log'); 3 $Soubor = fopen('download.log', 'w ');3 $Soubor = fopen('download.log', 'w+'); 4 4 fputs($Soubor,' 5 5 U¾ivatel si stáhl program '.$_SERVER['REMOTE_ADDR'].$Obsah);
Note:
See TracChangeset
for help on using the changeset viewer.