diff options
author | John Terpstra <jht@samba.org> | 1998-03-21 03:03:59 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-03-21 03:03:59 +0000 |
commit | bee4067bd4771ee7883ab6365e91df86a1230618 (patch) | |
tree | afd483700cad23f364734faa496313b04a70985c /source3/web | |
parent | 5767ec92789fd3a79ae21ffe23fb68da0486c6a5 (diff) | |
download | samba-bee4067bd4771ee7883ab6365e91df86a1230618.tar.gz samba-bee4067bd4771ee7883ab6365e91df86a1230618.tar.bz2 samba-bee4067bd4771ee7883ab6365e91df86a1230618.zip |
Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release
(This used to be commit 4e424d0ba652bf9c5dfd3c44216b6145538cf821)
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/cgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c index 065c524cb8..a1aa4d753d 100644 --- a/source3/web/cgi.c +++ b/source3/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, ...); |