mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 21:06:42 -04:00
add content-type for the welcomepage
This commit is contained in:
parent
b5bd198ffc
commit
10b91aeee8
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user