Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for issue found by Syed Samoon S J,
  • Loading branch information
BSteelooper committed Feb 19, 2023
1 parent 8aec080 commit 11e3b05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/themes/.htaccess
@@ -1,3 +1,4 @@
AddHandler default-handler
<FilesMatch \.php$>
SetHandler None
</FilesMatch>
Expand Down
2 changes: 2 additions & 0 deletions data/trash/files/.htaccess
@@ -1,3 +1,5 @@
AddHandler default-handler

<FilesMatch \.php$>
SetHandler None
</FilesMatch>
Expand Down
1 change: 1 addition & 0 deletions files/.htaccess
@@ -1,3 +1,4 @@
AddHandler default-handler
<FilesMatch \.php$>
SetHandler None
</FilesMatch>
Expand Down
1 change: 1 addition & 0 deletions images/.htaccess
@@ -1,3 +1,4 @@
AddHandler default-handler
<FilesMatch \.php$>
SetHandler None
</FilesMatch>
Expand Down

0 comments on commit 11e3b05

Please sign in to comment.