Actualización

This commit is contained in:
Your Name
2024-10-07 19:31:30 +00:00
parent 189566ce16
commit e5715e3b05
108 changed files with 27751 additions and 26012 deletions

View File

@@ -36,7 +36,7 @@ if (is_array($user)) {
} else {
$_SESSION['user'] = serialize($user);
header("Location: " . (isset($_SESSION['ruta']) ? $_SESSION['ruta'] : "../main.php"));
header("Location: " . ($_SESSION['ruta'] ?? "../main.php"));
}
exit;