From a1f74e7fa6d95ff11178c42c5e683d067ede0bac Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 22 Apr 2005 13:42:51 +0000 Subject: [PATCH] Version 2.5.8-6 SVN revision: 1334 --- src/elogd.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index ad7c0cfa..b3e5952b 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.637 2005/04/22 13:42:51 ritt + Version 2.5.8-6 + Revision 1.636 2005/04/22 13:41:18 ritt Fixed crashes with very long (revisions) attributes @@ -1023,7 +1026,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.5.8-5" +#define VERSION "2.5.8-6" char cvs_revision[] = "$Id$"; /* ELOG identification */ @@ -20460,8 +20463,8 @@ void interprete(char *lbook, char *path) } /* deliver icons without password */ - if (chkext(path, ".gif") || chkext(path, ".jpg") || - chkext(path, ".png") || chkext(path, ".ico") || + if (chkext(path, ".gif") || chkext(path, ".jpg") || + chkext(path, ".png") || chkext(path, ".ico") || chkext(path, ".htm") || chkext(path, ".css")) { /* check if file in resource directory */ strlcpy(str, resource_dir, sizeof(str));