Browse Source

--todo

master
Cabillot Julien 6 years ago
parent
commit
91ef79685b
1 changed files with 0 additions and 1 deletions
  1. 1
      lib/Download.php

1
lib/Download.php

@ -93,7 +93,6 @@ class Download {
* @return array Informations sur le transfert
*/
public function get() {
// TODO : tester si fichier existant (temp et definitif)
set_time_limit(0);
if (file_exists(DOWNLOADINGDIR.DIRECTORY_SEPARATOR.$this->filename) || file_exists(DOWNLOADEDDIR.DIRECTORY_SEPARATOR.$this->filename)) {

Loading…
Cancel
Save