Del servidor bueno
Some checks are pending
Deploy Pruebas / deploy (push) Waiting to run

This commit is contained in:
Your Name
2024-10-11 16:44:27 -06:00
parent 32cbebfca8
commit 960592e68b
33 changed files with 2993 additions and 2536 deletions

View File

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