tieneRol("3")){ header("Location: aplicacion.php?e=permiso"); exit; } include_once("html/cabecera.php"); include_once("Objects/HTML.php"); include_once("Objects/ListaEmpresas.php"); $html = new HTML($locale); $listaEmpresas = new ListaEmpresas($usuario,$locale); echo $html->menuEmpresas("",""); $destinoURL="lista_empresas.php"; // Comprobamos mensajes que pueden llegar hasta aqui switch ($_GET['msg']) { case "1":$msg=$locale['2301'].$locale['2303'].$locale['2306']; $tipo="ok"; break; case "2":$msg=$locale['2307'].$locale['2308'].$locale['2306']; $tipo="error"; break; default: $msg=""; break; } ?>
".$msg.""; } ?>
"/>