Explorar el Código

Correción de clase

alejandro.lara hace 1 año
padre
commit
c5ffb849fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      action/solicitud_insert.php

+ 1 - 1
action/solicitud_insert.php

@@ -5,7 +5,7 @@
 $pag = "../reposiciones_crear.php";
 $ruta = "../";
 require_once "../class/c_login.php";
-require_once "../class/mailer.php";
+require_once "../class/manda_correo.php";
 
 define("COORDINADOR", 9);
 define("ENVIO_CORREOS", true);