stash
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-09-07 14:58:56 +02:00
parent 5fa1ec14e2
commit 51ed3b3b1c
4 changed files with 136 additions and 5 deletions

View file

@ -41,10 +41,6 @@ while($file = <FILES>) {
print(HEADER "Content-type: image/jpeg\r\n");
} elsif($file =~ /\.bmp$/) {
print(HEADER "Content-type: image/bmp\r\n\r\n");
} elsif($file =~ /\.class$/) {
print(HEADER "Content-type: application/octet-stream\r\n");
} elsif($file =~ /\.ram$/) {
print(HEADER "Content-type: audio/x-pn-realaudio\r\n");
} else {
print(HEADER "Content-type: text/plain\r\n");
}