/[mod_czs]/mod_czs.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /mod_czs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by dpavlin, Sat Aug 12 21:38:04 2000 UTC revision 1.12 by dpavlin, Sun Aug 13 18:30:24 2000 UTC
# Line 70  static int czs_handler(request_rec *r) { Line 70  static int czs_handler(request_rec *r) {
70    
71  #ifdef TEST_QUERYSTRINGV  #ifdef TEST_QUERYSTRINGV
72          if(r->args == 0 && !ap_table_get(r->notes,"do_czs") ||          if(r->args == 0 && !ap_table_get(r->notes,"do_czs") ||
73                   strstr(r->content_type,"cgi") != NULL) {                   ap_strcasestr(r->content_type,"cgi") != NULL) {
74  #else  #else
75          if(!ap_table_get(r->notes,"do_czs") ||          if(!ap_table_get(r->notes,"do_czs") ||
76                  strstr(r->content_type,"cgi") != NULL) {                  ap_strcasestr(r->content_type,"cgi") != NULL) {
77  #endif  #endif
78                  return DECLINED;                  return DECLINED;
79  /*              ap_send_fd(in, r); */  /*              ap_send_fd(in, r); */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.26