how to show System Resources other users เปิดไฟล์ /var/www/html/libs/paloSantoACL.class.php แล้วค้นหา คำว่า isUserAdministratorGroup /** * Procedimiento para saber si un usuario (login) pertenece al grupo administrador * * @param string $username Username del usuario * * @return boolean true or false */ function isUserAdministratorGroup($username) { $is=false; $idUser = $this->getIdUser($username); if($idUser){ $arrGroup = $this->getMembership($idUser); //$is = array_key...