adding .txt restreriction for webchat
This commit is contained in:
parent
e2bd041ba2
commit
c200f57856
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue