Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
172bbf9d7f
|
@ -37,12 +37,13 @@ $ccAcl->allow('G', 'index')
|
||||||
->allow('H', 'usersettings')
|
->allow('H', 'usersettings')
|
||||||
->allow('H', 'plupload')
|
->allow('H', 'plupload')
|
||||||
->allow('H', 'library')
|
->allow('H', 'library')
|
||||||
->allow('H', 'playlist')
|
->allow('H', 'playlist')
|
||||||
->allow('A', 'playouthistory')
|
->allow('H', 'audiopreview')
|
||||||
->allow('A', 'user')
|
->allow('A', 'playouthistory')
|
||||||
->allow('A', 'systemstatus')
|
->allow('A', 'user')
|
||||||
->allow('A', 'preference')
|
->allow('A', 'systemstatus')
|
||||||
->allow('A', 'audiopreview');
|
->allow('A', 'preference');
|
||||||
|
|
||||||
|
|
||||||
$aclPlugin = new Zend_Controller_Plugin_Acl($ccAcl);
|
$aclPlugin = new Zend_Controller_Plugin_Acl($ccAcl);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue