示例#1
0
文件: gtj25.php 项目: Ibrahim1/aec
 static function countAdmins()
 {
     return count(xJACLhandler::getUsersByGroup(xJACLhandler::getAdminGroups()));
 }