소스 검색

Correción de clase

alejandro.lara 1 년 전
부모
커밋
c5ffb849fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);