adding .txt restreriction for webchat

This commit is contained in:
rafael 2020-01-31 18:45:53 +01:00
parent e2bd041ba2
commit c200f57856
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@
#Allow from localhost
#pandora disable phpexec
<Files *.php>
<FilesMatch "\.(txt|php)$">
Deny from all
Allow from localhost
</Files>
</FilesMatch>
php_flag engine off