This commit is contained in:
Loïc Chapeaux
2002-05-18 12:36:03 +00:00
parent 2db70f7cff
commit 99051ee709

View File

@@ -700,13 +700,13 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
<dd> <dd>
If your rule order is empty, then IP authentication is disabled. If your rule order is empty, then IP authentication is disabled.
<br /><br /> <br /><br />
If your rule order is set to <tt>'deny,allow'</tt>. Then the system If your rule order is set to <tt>'deny,allow'</tt> then the system
applies all deny rules followed by allow rules. applies all deny rules followed by allow rules.
Access is allowed by default. Any client which does not match a Deny 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 command or does match an Allow command will be allowed access to the
server. server.
<br /><br /> <br /><br />
If your rule order is set to <tt>'allow,deny'</tt>. Then the system If your rule order is set to <tt>'allow,deny'</tt> then the system
applies all allow rules followed by deny rules. Access is denied by applies all allow rules followed by deny rules. Access is denied by
default. Any client which does not match an Allow directive or does default. Any client which does not match an Allow directive or does
match a Deny directive will be denied access to the server. match a Deny directive will be denied access to the server.