コード例 #1
0
ファイル: stock_adjust.php プロジェクト: AlvaCorp/maxon
 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();
 }