From d38e4f13874c330d29b7d35640e1165d6c2d6ef5 Mon Sep 17 00:00:00 2001 From: Hector <zs22016103@estudiantes.uv.mx> Date: Sat, 8 Mar 2025 21:18:45 -0600 Subject: [PATCH] =?UTF-8?q?modificacion=20de=20contrase=C3=B1a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controlador/asientos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlador/asientos.php b/controlador/asientos.php index fd8c6e4..3d770e6 100644 --- a/controlador/asientos.php +++ b/controlador/asientos.php @@ -11,7 +11,7 @@ require_once 'VendedorController.php'; header('Content-Type: application/json'); // Conexión a base de datos -$db = new BaseDatos('localhost:3306', 'root', '481037', 'boletos_db'); +$db = new BaseDatos('localhost:3306', 'root', 'password', 'boletos_db'); // Inicializar el controlador $vendedorController = new VendedorController($db);