LDAPAccountManager/lam/lib/.htaccess

13 lines
189 B
ApacheConf
Raw Normal View History

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