function hasAccess()
 {
     if (!zmgACL::check_defines()) {
         return false;
     }
     return true;
 }