/[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.2 by dpavlin, Wed Aug 9 07:13:10 2000 UTC revision 1.3 by dpavlin, Wed Aug 9 08:45:38 2000 UTC
# Line 102  static int czs_handler(request_rec *r) { Line 102  static int czs_handler(request_rec *r) {
102  int translate_path(request_rec *r) {  int translate_path(request_rec *r) {
103          char *uri = r->uri;          char *uri = r->uri;
104          request_rec *subr;          request_rec *subr;
105            do_czs=0;
106    
107          if (uri[0]=='/' && uri[1]=='_' && uri[2]=='/') {          if (uri[0]=='/' && uri[1]=='_' && uri[2]=='/') {
108  #if 0  #if 0

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26