HACC to properly render names of ur CHINESE CARTOONS

master
Kuxaaak 4 years ago
parent d740a7772d
commit dd0e2455d0

@ -552,7 +552,7 @@ parse_request(struct REQUEST *req)
return;
}
strftime(req->mtime, sizeof(req->mtime), RFC1123, gmtime(&req->bst.st_mtime));
req->mime = "text/html";
req->mime = "text/html; charset=utf-8";
req->dir = get_dir(req,filename);
if (NULL == req->body) {
/* We arrive here if opendir failed, probably due to -EPERM

Loading…
Cancel
Save