/[Apache-SVN]/httpd/httpd/trunk/modules/filters/mod_include.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/filters/mod_include.c

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

revision 758929, Thu Mar 26 23:47:52 2009 UTC revision 772997, Fri May 8 14:13:15 2009 UTC
# Line 2946  static apr_status_t includes_filter(ap_f Line 2946  static apr_status_t includes_filter(ap_f
2946          intern->seen_eos = 0;          intern->seen_eos = 0;
2947          intern->state = PARSE_PRE_HEAD;          intern->state = PARSE_PRE_HEAD;
2948          ctx->flags = (SSI_FLAG_PRINTING | SSI_FLAG_COND_TRUE);          ctx->flags = (SSI_FLAG_PRINTING | SSI_FLAG_COND_TRUE);
2949          if (ap_allow_options(r) & OPT_INCNOEXEC) {          if ((ap_allow_options(r) & OPT_INC_WITH_EXEC) == 0) {
2950              ctx->flags |= SSI_FLAG_NO_EXEC;              ctx->flags |= SSI_FLAG_NO_EXEC;
2951          }          }
2952          intern->access_func = conf->accessenable ? ssi_access : NULL;          intern->access_func = conf->accessenable ? ssi_access : NULL;

Legend:
Removed from v.758929  
changed lines
  Added in v.772997

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2