mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
adding .txt restreriction for webchat
This commit is contained in:
parent
e2bd041ba2
commit
c200f57856
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user