From b29bc253e407b65688a616680323d0bfe97d2498 Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Sat, 23 May 2009 10:47:49 +0000
Subject: [PATCH] Clarify FAQ 5.18; put the vim modeline higher in the file so
that it works
---
Documentation.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 8ca5fddb9..48f0e891b 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1,12 +1,11 @@
+
-
-
@@ -3609,11 +3608,12 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(
installed in their Firefox is causing the problem.
This happens only when both of these conditions are met: using the
+ http authentication mode and register_globals being set
+ to On on the server. It seems to be a browser-specific problem;
+ meanwhile use the cookie authentication mode.