Added permission check to InfoCenter Main page

This commit is contained in:
Andreas Österreicher
2018-01-26 16:01:09 +01:00
parent cfb4c5ad74
commit 35e300ca75
@@ -70,6 +70,10 @@ class InfoCenter extends VileSci_Controller
$this->_setAuthUID(); // sets property uid
$this->load->library('PermissionLib');
if(!$this->permissionlib->isBerechtigt('basis/person'))
show_error('You have no Permission! You need Infocenter Role');
$this->_setNavigationMenuArray(); // sets property navigationMenuArray
$this->navigationHeaderArray = array(