PHP8
[Pman.BAdmin] / GroupRights.php
1 <?php
2
3 require_once 'Pman/Admin/GroupRights.php';
4
5 class Pman_BAdmin_GroupRights extends Pman_Admin_GroupRights
6 {
7     function checkPerm($lvl)
8     {
9         return $this->hasPerm('BAdmin.Staff', $lvl);
10     }
11     
12 }