summaryrefslogtreecommitdiff
path: root/docs/manual/howto/cgi.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-06-04 08:31:07 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-06-04 08:31:07 +0000
commitd8755560453905ec908f5397279a60a6ac81f664 (patch)
tree801cd3ce67106113b0ba71b5a07ca281083aa4e7 /docs/manual/howto/cgi.html.en
parent73d706b8807c5cd0547dc92ef30649fa69817520 (diff)
downloadhttpd-d8755560453905ec908f5397279a60a6ac81f664.tar.gz
rebuild everything
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1345868 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/cgi.html.en')
-rw-r--r--docs/manual/howto/cgi.html.en5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en
index cf0664b100..4accc2f06c 100644
--- a/docs/manual/howto/cgi.html.en
+++ b/docs/manual/howto/cgi.html.en
@@ -582,10 +582,9 @@ foreach my $key (keys %ENV) {
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
var comments_shortname = 'httpd';
-var comments_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.en';
+var comments_identifier = 'http://httpd.apache.org/docs/trunk/howto/cgi.html';
(function(w, d) {
- var disabled = false;
- if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
+ if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
d.write('<div id="comments_thread"><\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';