X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source%2Fweb%2Fcgi.c;h=a1aa4d753dc96e79b0a36ada7d6dba54d167dbf6;hp=065c524cb86c730364ea9ba1b9cd021f5e90570b;hb=4e424d0ba652bf9c5dfd3c44216b6145538cf821;hpb=b916d225afd8137a04d48f376b549f1ae57d767e diff --git a/source/web/cgi.c b/source/web/cgi.c index 065c524cb86..a1aa4d753dc 100644 --- a/source/web/cgi.c +++ b/source/web/cgi.c @@ -26,7 +26,7 @@ /* set the expiry on fixed pages */ #define EXPIRY_TIME (60*60*24*7) -#define CGI_LOGGING 1 +#define CGI_LOGGING 0 #ifdef DEBUG_COMMENTS extern void print_title(char *fmt, ...);