Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->priv = MPriv::app();
     $this->template = 'priv/v_privs.php';
     $this->check_access('edit_rights');
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->priv = MPriv::app();
     $this->role = MRole::app();
     $this->check_access('edit_rights');
 }