diff --git a/download.php b/download.php index cfd9699..62b72c6 100644 --- a/download.php +++ b/download.php @@ -149,7 +149,7 @@ header('Pragma: public'); Header("content-length: $contentLength"); readfile($file); - + echo $url; } exit(); } else {