From 99051ee709594da16f905426b83358564e6ddde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 18 May 2002 12:36:03 +0000 Subject: [PATCH] Typos --- Documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index adcda0b27..82c2c598a 100755 --- a/Documentation.html +++ b/Documentation.html @@ -700,13 +700,13 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
If your rule order is empty, then IP authentication is disabled.

- If your rule order is set to 'deny,allow'. Then the system + If your rule order is set to 'deny,allow' then the system applies all deny rules followed by allow rules. Access is allowed by default. Any client which does not match a Deny command or does match an Allow command will be allowed access to the server.

- If your rule order is set to 'allow,deny'. Then the system + If your rule order is set to 'allow,deny' then the system applies all allow rules followed by deny rules. Access is denied by default. Any client which does not match an Allow directive or does match a Deny directive will be denied access to the server.