X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgisimple.c;h=962a9de91250bafafd172702b0a679a9864e363f;hb=87f0568a697e13a729cf294e4066eb207da223c9;hp=60feef9b6ece361e5dae3508e4ead1cd6bf2f4f0;hpb=ac2d3945628af3f3a2a1af774c0c7978c1303289;p=privoxy.git diff --git a/cgisimple.c b/cgisimple.c index 60feef9b..962a9de9 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1,4 +1,4 @@ -const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.27 2002/04/05 15:50:48 oes Exp $"; +const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.28 2002/04/07 15:42:12 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.c,v $ @@ -36,6 +36,10 @@ const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.27 2002/04/05 15:50:48 oes Ex * * Revisions : * $Log: cgisimple.c,v $ + * Revision 1.28 2002/04/07 15:42:12 jongfoster + * Fixing send-banner?type=auto when the image-blocker is + * a redirect to send-banner + * * Revision 1.27 2002/04/05 15:50:48 oes * added send-stylesheet CGI * @@ -556,7 +560,7 @@ jb_err cgi_send_stylesheet(struct client_state *csp, assert(csp); assert(rsp); - err = template_load(csp, &rsp->body, "cgi-style.css"); + err = template_load(csp, &rsp->body, "cgi-style.css", 0); if (err == JB_ERR_FILE) {