Changeset 1437
- Timestamp:
- 1/1/2010 4:32:55 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/website/scripts/downloads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/downloads.php
r1435 r1437 106 106 header('Pragma: no-cache'); 107 107 } 108 109 echo file_get_contents($downloadFolder . $path);108 109 readfile($downloadFolder . $path); 110 110 } 111 111 };
Note: See TracChangeset
for help on using the changeset viewer.
