This commit is contained in:
2023-08-31 19:20:31 +00:00
parent 85991cf674
commit a2c075fa83
10 changed files with 208 additions and 226 deletions

View File

@@ -3,7 +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.";
// session_destroy();
?>
<!DOCTYPE html>
<html lang="es" prefix="og: http://ogp.me/ns#">