From: Wilfried Göesgens Date: Mon, 5 Feb 2007 21:45:11 +0000 (+0000) Subject: * corrected use of our absolute directories X-Git-Tag: v7.86~3594 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=6501d8ee84a1ecbcb1af32baa4df843e73b96c20 * corrected use of our absolute directories * updated changelog. --- diff --git a/webcit/debian/changelog b/webcit/debian/changelog index bb0214450..0f870279f 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (7.02-6) unstable; urgency=low + + * calculate static directories acurate + * new css features by tierry + + -- Wilfried Goesgens Wed, 3 Jan 2007 21:09:00 +0100 webcit (7.02-5) unstable; urgency=low * ask questions in the obvious cases. diff --git a/webcit/debian/rules b/webcit/debian/rules index c7333e143..318110962 100755 --- a/webcit/debian/rules +++ b/webcit/debian/rules @@ -9,7 +9,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -DESTDIR=$(CURDIR)/debian/citadel-webcit/ +DESTDIR=$(CURDIR)/debian/citadel-webcit diff --git a/webcit/webcit.c b/webcit/webcit.c index afb88822e..6e11ccfed 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -1013,7 +1013,7 @@ void session_loop(struct httprequest *req) char user_agent[256]; int body_start = 0; int is_static = 0; - + int n_static = 0; /** * We stuff these with the values coming from the client cookies, * so we can use them to reconnect a timed out session if we have to. @@ -1173,13 +1173,15 @@ void session_loop(struct httprequest *req) for (a=0; a