0001879,0001880: Fixes in htaccess constraints, restricting System Diagnostic view...
[fa-stable.git] / .htaccess
index ffcd03e635c5769da99c54e894d4dc230c78ac49..12c3504fdb561901b83492e1760ae68a8f39b5d2 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,5 @@
 # Protect sensitive files.
-<FilesMatch "\.(inc|po|sh|.*sql)$">
+<FilesMatch "\.(inc|po|sh|.*sql|log)$">
        Order allow,deny
 </FilesMatch>