<?php
// Redirigir a la página principal del sistema
header("Location: vista/index.html");
exit();
?>