Fix indendation in http/upload.cgi
This commit is contained in:
parent
47312a4d7c
commit
f5967c88c0
1 changed files with 21 additions and 20 deletions
|
@ -82,6 +82,7 @@ close FILE;
|
|||
print $ENV{HTTP_REFERER} . "$upload_dir$filename";
|
||||
}
|
||||
|
||||
else {
|
||||
else
|
||||
{
|
||||
print "The file extension .$extension is not allowed in this instance.";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue