예제 #1
0
 function index()
 {
     if (!allow_mod2('_80120')) {
         return false;
     }
     $this->browse();
 }
예제 #2
0
파일: customer.php 프로젝트: AlvaCorp/maxon
 function index()
 {
     if (!allow_mod2('_00010')) {
         exit;
     }
     $this->browse();
 }
예제 #3
0
파일: jobs.php 프로젝트: AlvaCorp/maxon
 function index()
 {
     if (!allow_mod2('_00010')) {
         if ($this->access->user_id != "admin") {
             exit;
         }
     }
     $this->browse();
 }
예제 #4
0
파일: user.php 프로젝트: AlvaCorp/maxon
 function index()
 {
     if (!allow_mod2('_00020')) {
         if ($this->access->user_id != "admin") {
             exit;
         }
     }
     $this->list_info();
 }