summaryrefslogtreecommitdiff
path: root/cgi-bin/abcmanager.plx
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/abcmanager.plx')
-rwxr-xr-xcgi-bin/abcmanager.plx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/abcmanager.plx b/cgi-bin/abcmanager.plx
index 409b822..85f303f 100755
--- a/cgi-bin/abcmanager.plx
+++ b/cgi-bin/abcmanager.plx
@@ -13,7 +13,7 @@ my $ARTIST = makeNice($QUERY->param( "artist" ));
my $ABC = makeNice($QUERY->param( "abc" ));
my %ABCS = getABCs();
-print "<html><head>";
+print "HTTP/1.0 200 OK\nContent-Type:text/html\n\n<html><head>";
if ($ACTION eq "remove") {
delete $ABCS{$ARTIST};