From aec43261495a01742e15ea2f49a46e0d9bcb3c92 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 24 Feb 2013 14:25:37 +0000 Subject: [PATCH] corrected mime type of plain text mount point list, thanks to cato svn path=/icecast/trunk/icecast/; revision=18807 --- src/admin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin.c b/src/admin.c index 1374b323..43c79911 100644 --- a/src/admin.c +++ b/src/admin.c @@ -1031,7 +1031,7 @@ static void command_list_mounts(client_t *client, int response) { util_http_build_header(client->refbuf->data, PER_CLIENT_REFBUF_SIZE, 0, 0, 200, NULL, - "text/html", NULL, + "text/plain", NULL, ""); client->refbuf->len = strlen (client->refbuf->data); client->respcode = 200;