Skip to content

Commit

Permalink
Fix: erreur de téléchargement
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMage committed Mar 31, 2021
1 parent cfb3b46 commit d9e81e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.php
Expand Up @@ -149,7 +149,7 @@
header('Pragma: public');
Header("content-length: $contentLength");
readfile($file);

echo $url;
}
exit();
} else {
Expand Down

0 comments on commit d9e81e0

Please sign in to comment.