/[mod_ua_charset]/mod_ua_charset.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_ua_charset.c

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

revision 1.5 by dpavlin, Wed Aug 9 19:45:55 2000 UTC revision 1.6 by dpavlin, Thu Aug 10 11:46:19 2000 UTC
# Line 101  static int add_charset_header(request_re Line 101  static int add_charset_header(request_re
101          ap_table_setn(r->headers_out, "X-new-Content-Type", r->content_type);          ap_table_setn(r->headers_out, "X-new-Content-Type", r->content_type);
102          ap_table_setn(r->headers_out, "X-User-Agent", ua);          ap_table_setn(r->headers_out, "X-User-Agent", ua);
103  #endif  #endif
104          return OK;          return DECLINED;
105  }  }
106    
107  module MODULE_VAR_EXPORT ua_charset_module = {  module MODULE_VAR_EXPORT ua_charset_module = {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26