getValor("oid"); $persona=new Persona($oid); }catch(Exception $e){ header("Location: aplicacion.php?e=permiso"); exit; } //Mostramos los detalles de un candidato $mostrarDetalle = array(); array_push($mostrarDetalle,"personales"); include_once("html/cabecera.php"); include_once("detalles_usuario.php"); include_once("html/pie.php"); ?>