Stable 2-ago-2023

This commit is contained in:
2023-08-02 09:12:46 -06:00
parent 6a7c6b7ed9
commit f0cc3c585d
60 changed files with 6497 additions and 908 deletions

View File

@@ -3,6 +3,7 @@ require_once 'class/c_login.php';
$error = isset($_SESSION["error"]);
unset($_SESSION["error"]);
if ($error) $errorDesc = "El usuario y/o contraseña son incorrectos.";
?>
<!DOCTYPE html>
<html lang="es" prefix="og: http://ogp.me/ns#">