1
0
Fork 0
LDAPAccountManager/lam/locale/.htaccess

10 Zeilen
152 B
ApacheConf

2014-07-15 18:21:39 +00:00
<Files *>
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
</Files>