/[mod_czs]/translate.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 /translate.c

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

revision 1.1 by dpavlin, Wed Aug 9 21:09:50 2000 UTC revision 1.2 by dpavlin, Wed Aug 9 21:44:31 2000 UTC
# Line 13  int translate_path(request_rec *r) { Line 13  int translate_path(request_rec *r) {
13                  r->filename=ap_pstrdup(r->pool, subr->filename);                  r->filename=ap_pstrdup(r->pool, subr->filename);
14                  ap_destroy_sub_req(subr);                  ap_destroy_sub_req(subr);
15                  do_czs=1;                  do_czs=1;
16    #ifdef XHEADER
17                    ap_table_setn(r->headers_out, "X-debug", XHEADER);
18    #endif
19                    ap_table_setn(r->headers_out, "X-translate", r->uri);
20                  return OK;                  return OK;
21          }          }
22    

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

  ViewVC Help
Powered by ViewVC 1.1.26