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

10 Zeilen
152 B
ApacheConf

2013-12-18 17:40:46 +00:00
<Files *>
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
</Files>