diff --git a/services/download.php b/services/download.php index 457c385..0dd460a 100644 --- a/services/download.php +++ b/services/download.php @@ -20,7 +20,7 @@ * @param string $domain */ function download(string $category, string $file, string $domain) { - $url = "$domain/public/$category/$file"; + $url = "$domain/shared/$category/$file"; header("Content-Description: File Transfer"); header("Content-Type: application/octet-stream"); header("Content-Disposition: attachment; filename=$file");