Beispiel #1
0
 static function countAdmins()
 {
     return count(xJACLhandler::getUsersByGroup(xJACLhandler::getAdminGroups()));
 }