mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
Added a permissions array to all the controllers that extends FHC_Controller
This commit is contained in:
@@ -6,7 +6,11 @@ class Vilesci extends FHC_Controller
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
parent::__construct(
|
||||
array(
|
||||
'index' => 'basis/vilesci:r'
|
||||
)
|
||||
);
|
||||
|
||||
$this->load->library('WidgetLib');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user