summaryrefslogtreecommitdiff
path: root/PHP_DW.php
AgeCommit message (Collapse)Author
2015-01-13rewritten the method `download'Olivier Gayot
the method is not vulnerable to race conditions anymore. BTW, the headers are set before the file is actually written. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-01-13added a way to specify the download and count directoriesOlivier Gayot
The constructor of the class takes them as optional arguments Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-01-12disable PHP warning when fopen failsOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-01-12added a working version of the class and a simple download scriptOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>