summaryrefslogtreecommitdiff
path: root/docs/manual/developer/request.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-04 15:45:05 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-05-04 15:45:05 +0000
commitf38fefce1600fe88c042e665770bcaa066331c2d (patch)
treee17764804d29ee55e59f26913ab599054a8fec9a /docs/manual/developer/request.html.en
parente618c6e4490c9dc5c84154080ff697cf7e79f175 (diff)
downloadhttpd-f38fefce1600fe88c042e665770bcaa066331c2d.tar.gz
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1334039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/request.html.en')
-rw-r--r--docs/manual/developer/request.html.en5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en
index 644ab25562..7b890fb9cd 100644
--- a/docs/manual/developer/request.html.en
+++ b/docs/manual/developer/request.html.en
@@ -150,7 +150,7 @@
<h2><a name="security" id="security">The Security Phase</a></h2>
<p>Needs Documentation. Code is:</p>
- <div class="example"><pre>
+ <pre class="prettyprint lang-c">
if ((access_status = ap_run_access_checker(r)) != 0) {
return decl_die(access_status, "check access", r);
}
@@ -162,7 +162,8 @@
if ((access_status = ap_run_auth_checker(r)) != 0) {
return decl_die(access_status, "check authorization", r);
}
- </pre></div>
+ </pre>
+
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="preparation" id="preparation">The Preparation Phase</a></h2>