示例#1
0
 function index()
 {
     if (!allow_mod2('_80120')) {
         return false;
     }
     $this->browse();
 }
示例#2
0
 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();
 }