1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00
ampache/lib/javascript/.htaccess
Afterster 2b100a73cf Add Piwik and Google Analytics statistic modules
Hide user agent from recently played if not at least a content manager user
2015-05-01 18:25:58 +02:00

9 lines
No EOL
142 B
ApacheConf

# Apache 2.4
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
# Apache 2.2
<IfModule mod_access.c>
Allow from all
</IfModule>