From fe8392f646d49ffc69f613649e75b21f265c28b4 Mon Sep 17 00:00:00 2001 From: "alejandro.lara" Date: Tue, 19 Mar 2024 13:18:47 -0600 Subject: [PATCH] =?UTF-8?q?Inclu=C3=ADr=20mandado=20de=20correos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action/solicitud_update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/action/solicitud_update.php b/action/solicitud_update.php index 1c8f08d..a3890f4 100644 --- a/action/solicitud_update.php +++ b/action/solicitud_update.php @@ -6,6 +6,7 @@ $pag = "../reposiciones_crear.php"; $ruta = "../"; require_once "../class/c_login.php"; +require_once "../class/manda_correo.php"; // check if the session is started if (!isset($_SESSION['user']))