Fixed the download-link spitting
This commit is contained in:
parent
798b471aff
commit
706d73d151
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if($allowed_extension)
|
||||||
|
|
||||||
close FILE;
|
close FILE;
|
||||||
|
|
||||||
print $prot. "://" . $ENV{HTTP_HOST} . "$upload_dir$filename";
|
print $prot. "://" . $ENV{HTTP_HOST} . "/$upload_dir$filename";
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue