include "../formato_lc/rutas.php"; include_once "$utl_seguridad_cls"; $sec = new Seguridad_cls(); $resInyeccion = $sec->InjectSQL($_GET,2); //echo "EL RESULTADO 2 ".$resInyeccion; if($resInyeccion == -1){ exit(); } $title="Consulta de Infracciones"; $menu_lateral="../includes/menu_consultapagos.html"; include "../includes/breadcrum.php"; $breadcrum = $bConsultaInfracciones; include "../includes/header_nueva.html"; ?>
include "../includes/footer.html"; ?>