Changes of the last few months including restructuring system from using only ranks to permissions
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('home');
|
||||
parent::__construct('home', 'profile');
|
||||
$this->load->model('YoutubePlayerModel', '', TRUE);
|
||||
$this->load->model('SocialMediaModel', '', TRUE);
|
||||
$this->load->model('UserModel', '', TRUE);
|
||||
|
Reference in New Issue
Block a user