mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Added a permissions array to all the controllers that extends FHC_Controller
This commit is contained in:
@@ -14,7 +14,12 @@ class Navigation extends FHC_Controller
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
parent::__construct(
|
||||
array(
|
||||
'menu' => 'basis/vilesci:r',
|
||||
'header' => 'basis/vilesci:r'
|
||||
)
|
||||
);
|
||||
|
||||
$this->config->load('navigation');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user