From 7e36f210aa3544a4c5f3a533979803f466b28f30 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 21 Apr 2014 20:14:38 +0200 Subject: HTTP headers on abc manager --- cgi-bin/abcmanager.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; +print "HTTP/1.0 200 OK\nContent-Type:text/html\n\n"; if ($ACTION eq "remove") { delete $ABCS{$ARTIST}; -- cgit v1.2.3