1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00

Add Piwik and Google Analytics statistic modules

Hide user agent from recently played if not at least a content manager user
This commit is contained in:
Afterster 2015-05-01 18:25:58 +02:00
parent f81c4d6654
commit 2b100a73cf
7 changed files with 273 additions and 12 deletions

View file

@ -1,3 +1,9 @@
# Apache 2.4
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
# Apache 2.2
<IfModule mod_access.c>
Allow from all
</IfModule>