LDAPAccountManager/lam-0.4/lib/.htaccess

13 lines
189 B
ApacheConf
Raw Normal View History

2004-11-21 11:54:27 +00:00
<Files ~ .*>
2003-12-29 22:12:19 +00:00
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>