function piwik_perm in Piwik Web Analytics 5
Same name and namespace in other branches
- 6.2 piwik.module \piwik_perm()
- 6 piwik.module \piwik_perm()
File
- ./
piwik.module, line 64
Code
function piwik_perm() {
return array(
'administer piwik',
'opt-in or out of tracking',
'use PHP for tracking visibility',
);
}