add content-type for the welcomepage

This commit is contained in:
kelson42 2012-06-05 12:59:36 +00:00
parent b5bd198ffc
commit 10b91aeee8

View File

@ -266,6 +266,7 @@ static int accessHandlerCallback(void *cls,
else {
pthread_mutex_lock(&welcomeLock);
content = welcomeHTML;
mimeType = "text/html; charset=utf-8";
pthread_mutex_unlock(&welcomeLock);
}