adding .txt restreriction for webchat

This commit is contained in:
rafael 2020-01-31 18:45:53 +01:00
parent e2bd041ba2
commit c200f57856

View File

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