Parent Directory
|
Revision Log
|
Patch
| revision 807930, Wed Aug 26 08:56:13 2009 UTC | revision 832886, Wed Nov 4 22:26:23 2009 UTC | |
|---|---|---|
| # | Line 1801 static apr_status_t handle_printenv(incl | Line 1801 static apr_status_t handle_printenv(incl |
| 1801 | if (val_text == LAZY_VALUE) { | if (val_text == LAZY_VALUE) { |
| 1802 | val_text = add_include_vars_lazy(r, elts[i].key, ctx->time_str); | val_text = add_include_vars_lazy(r, elts[i].key, ctx->time_str); |
| 1803 | } | } |
| 1804 | val_text = ap_escape_html(ctx->dpool, elts[i].val); | val_text = ap_escape_html(ctx->dpool, val_text); |
| 1805 | v_len = strlen(val_text); | v_len = strlen(val_text); |
| 1806 | ||
| 1807 | /* assemble result */ | /* assemble result */ |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |