From 53bb89680c0055b8d1d9b9448ff70072e0319926 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 6 Oct 2006 05:36:29 +0000 Subject: r19111: fixed basic web server operation (This used to be commit 290468ede533044ae2ea4dcdbb551fb776406c3e) --- source4/web_server/http.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/web_server/http.c') diff --git a/source4/web_server/http.c b/source4/web_server/http.c index 44bda43964..43da3c9416 100644 --- a/source4/web_server/http.c +++ b/source4/web_server/http.c @@ -896,6 +896,7 @@ void http_process_input(struct websrv_context *web) p = strrchr(web->input.url, '.'); if (p == NULL) { page_type = page_type_esp; + file_type = "text/html"; } for (i=0;p && i