Fix indendation in http/upload.cgi

This commit is contained in:
qorg11 2020-07-01 17:50:58 +02:00
parent 47312a4d7c
commit f5967c88c0
Signed by: qorg11
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 21 additions and 20 deletions

View File

@ -82,6 +82,7 @@ close FILE;
print $ENV{HTTP_REFERER} . "$upload_dir$filename"; print $ENV{HTTP_REFERER} . "$upload_dir$filename";
} }
else { else
{
print "The file extension .$extension is not allowed in this instance."; print "The file extension .$extension is not allowed in this instance.";
} }