fixed access to functions.js and fpdf.php
This commit is contained in:
parent
4d354f82ce
commit
d9281081fa
|
@ -2,3 +2,11 @@
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Deny from all
|
Deny from all
|
||||||
</Files>
|
</Files>
|
||||||
|
<Files ~ functions.js>
|
||||||
|
Order allow,deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
||||||
|
<Files ~ fpdf.php>
|
||||||
|
Order allow,deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
||||||
|
|
Loading…
Reference in New Issue