예제 #1
0
파일: Bookings.php 프로젝트: MttDs/Mgc
 public function __construct()
 {
     parent::__construct();
     if (!$this->session->userdata('current_user')) {
         redirect('/');
     }
 }
예제 #2
0
파일: Users.php 프로젝트: MttDs/Mgc
 public function __construct()
 {
     parent::__construct();
 }