Skip to content

Commit

Permalink
Merge pull request #13 from MacKP/patch-1
Browse files Browse the repository at this point in the history
Update htaccess
  • Loading branch information
stefanheimes committed Jan 14, 2016
2 parents 45e24ef + d5addd1 commit de347db
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions system/modules/clipboard/assets/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
order deny,allow
allow from all
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>

0 comments on commit de347db

Please sign in to comment.