Esempio n. 1
0
 function index()
 {
     if (!allow_mod2('_80120')) {
         return false;
     }
     $this->browse();
 }
Esempio n. 2
0
 function index()
 {
     if (!allow_mod2('_00010')) {
         exit;
     }
     $this->browse();
 }
Esempio n. 3
0
 function index()
 {
     if (!allow_mod2('_00010')) {
         if ($this->access->user_id != "admin") {
             exit;
         }
     }
     $this->browse();
 }
Esempio n. 4
0
 function index()
 {
     if (!allow_mod2('_00020')) {
         if ($this->access->user_id != "admin") {
             exit;
         }
     }
     $this->list_info();
 }