php 8 error. class.mail.inc. line 149. #5 parameter cannot be null.
[fa-stable.git] / .htaccess
index 05e1f772c98b3766c123ee778a1e9428030bde51..27e55548b09db271335cff27c39af8d8f09c4f4a 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,8 @@
 # Protect sensitive files.
 <FilesMatch "\.(inc|po|sh|.*sql|log)$">
        Order allow,deny
+       Deny from All
+       Satisfy All
 </FilesMatch>
 
 # Disable directory listings.