From b91bcda71fe86fbcd81537d9852eb46d8d64f375 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sat, 18 Oct 2008 03:39:39 +0200 Subject: [PATCH] Allow to set extra http headers! --- lib/headers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/headers.tpl b/lib/headers.tpl index 97e17b7..330913f 100644 --- a/lib/headers.tpl +++ b/lib/headers.tpl @@ -1,3 +1,4 @@ +% for(h in $extraHttpHeaders) echo $h Content-Type: text/html