1
0
Fork 0
LDAPAccountManager/lam/tmp/internal/.htaccess

10 Zeilen
152 B
ApacheConf

2012-01-25 20:03:28 +00:00
<Files *>
2013-11-10 10:05:45 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2012-01-25 20:03:28 +00:00
</Files>