X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgi.c;h=f138f653fc0f711c2accb3eaa5b4e06c99ba8417;hb=f27501b7b906ccd824e763e0a7f934b24ec57177;hp=03ca2fa8515a0739b4b9e94e95ff5e585d4a1bb5;hpb=1d3e6f7cff56e9304ae5eaa4f3950fcb4331b821;p=privoxy.git diff --git a/cgi.c b/cgi.c index 03ca2fa8..f138f653 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.58 2002/03/29 03:33:13 david__schmidt Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.59 2002/04/05 15:51:51 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -38,6 +38,12 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.58 2002/03/29 03:33:13 david__schmidt Exp * * Revisions : * $Log: cgi.c,v $ + * Revision 1.59 2002/04/05 15:51:51 oes + * - added send-stylesheet CGI + * - bugfix: error-pages now get correct request protocol + * - fixed + * - kludged CGI descriptions and menu not to break JS syntax + * * Revision 1.58 2002/03/29 03:33:13 david__schmidt * Fix Mac OSX compiler warnings * @@ -138,7 +144,7 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.58 2002/03/29 03:33:13 david__schmidt Exp * * CGI actions file editor that works and is actually useful. * - * Ability to toggle JunkBuster remotely using a CGI call. + * Ability to toggle Junkbuster remotely using a CGI call. * * You can turn off both the above features in the main configuration * file, e.g. if you are running a multi-user proxy.