Skip to content

Commit

Permalink
Bug fix found by Syed Samoon S J,
Browse files Browse the repository at this point in the history
  • Loading branch information
BSteelooper committed Feb 19, 2023
1 parent 1d345ae commit 8abdd8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/trash/files/.htaccess
@@ -0,0 +1,11 @@
<FilesMatch \.php$>
SetHandler None
</FilesMatch>

<FilesMatch \.phtml>
SetHandler None
</FilesMatch>

Options -ExecCGI

php_flag engine off

0 comments on commit 8abdd8a

Please sign in to comment.