tieneRol("1") && !$usuario->tieneRol("3") && !$usuario->tieneRol("4")){ header("Location: aplicacion.php?e=permiso"); exit; } include_once("html/cabecera.php"); /* BUSCAR_PROYECTOS.PHP */ include_once("Objects/HTML.php"); $html=new HTML($locale); echo $html->menuPedidos($usuario,""); ?>