From b59019da08ffb1c9072203e0275ccab71f17f95d Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Wed, 9 May 2012 01:56:07 +0000
Subject: [PATCH] Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335893 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/howto/cgi.html.en | 5 ++++-
docs/manual/howto/cgi.html.fr | 2 ++
docs/manual/howto/cgi.xml.fr | 2 +-
docs/manual/howto/cgi.xml.ja | 2 +-
docs/manual/howto/cgi.xml.ko | 2 +-
docs/manual/howto/cgi.xml.meta | 2 +-
6 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en
index 5380b659721..e72b50bff3f 100644
--- a/docs/manual/howto/cgi.html.en
+++ b/docs/manual/howto/cgi.html.en
@@ -483,8 +483,11 @@ print "Hello, World.";
#!/usr/bin/perl
+use strict;
+use warnings;
+
print "Content-type: text/html\n\n";
-foreach $key (keys %ENV) {
+foreach my $key (keys %ENV) {
print "$key --> $ENV{$key}<br>";
}
diff --git a/docs/manual/howto/cgi.html.fr b/docs/manual/howto/cgi.html.fr
index 0f3e726dd1c..a04f325dc47 100644
--- a/docs/manual/howto/cgi.html.fr
+++ b/docs/manual/howto/cgi.html.fr
@@ -26,6 +26,8 @@
ja |
ko
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Introduction
Configurer Apache pour autoriser CGI
diff --git a/docs/manual/howto/cgi.xml.fr b/docs/manual/howto/cgi.xml.fr
index bb9a918e8cd..2a9a5b0b573 100644
--- a/docs/manual/howto/cgi.xml.fr
+++ b/docs/manual/howto/cgi.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/howto/cgi.xml.ja b/docs/manual/howto/cgi.xml.ja
index c92fdf1695a..c7894847c70 100644
--- a/docs/manual/howto/cgi.xml.ja
+++ b/docs/manual/howto/cgi.xml.ja
@@ -1,7 +1,7 @@
-
+
+