Ejemplo n.º 1
0
 public static function isAdmin()
 {
     return Current_User::isLogged() && Current_User::IsUnrestricted('events');
 }