예제 #1
0
파일: user.php 프로젝트: naneri/Osclass
 function __construct()
 {
     parent::__construct();
     if (!osc_users_enabled()) {
         osc_add_flash_error_message(_m('Users not enabled'));
         $this->redirectTo(osc_base_url());
     }
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
 }