fixed access to functions.js and fpdf.php

This commit is contained in:
Roland Gruber 2003-07-29 19:12:37 +00:00
parent 4d354f82ce
commit d9281081fa
1 changed files with 8 additions and 0 deletions

View File

@ -2,3 +2,11 @@
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>