Estilos y logout

This commit is contained in:
2025-05-12 16:31:01 -06:00
parent c3fd3f9923
commit 5e2b890d46
18 changed files with 260 additions and 49 deletions

View File

@@ -114,7 +114,7 @@ function logout() {
session_unset(); // Limpia variables de sesión
session_destroy(); // Destruye la sesión
header("Location: /IMPORTADORES/sistemas/login");
header("Location: /IMPORTADORES/login");
exit;
}