| 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; |