LDAPAccountManager/lam/lib/.htaccess

9 lines
121 B
ApacheConf
Raw Normal View History

2004-11-21 11:54:27 +00:00
<Files ~ .*>
Order allow,deny
Deny from all
</Files>
<Files ~ fpdf.php>
Order allow,deny
Allow from all
</Files>