menatwork-ia / clipboard

Contao Extension :: Extend the clipboard core functionality
http://www.contao.org/en/extension-list/view/clipboard.html
6 stars 7 forks source link

update .htaccess at icons #21

Closed zonky2 closed 6 years ago

zonky2 commented 7 years ago

https://github.com/menatwork-ia/clipboard/blob/master/system/modules/clipboard/assets/icons/.htaccess to

<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>
zonky2 commented 6 years ago

fixed https://github.com/menatwork-ia/clipboard/commit/de347db41ab414460f6b8611ac58f6ac29263767