Cambio de posicion de import
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
require_once('../include/phpmailer/PHPMailerAutoload.php');
|
||||||
class MandaCorreos{
|
class MandaCorreos{
|
||||||
public const COORDINADOR = 1;
|
public const COORDINADOR = 1;
|
||||||
public const SUPERVISOR = 2;
|
public const SUPERVISOR = 2;
|
||||||
@@ -72,7 +72,6 @@ class MandaCorreos{
|
|||||||
'.$texto.'
|
'.$texto.'
|
||||||
</body>';
|
</body>';
|
||||||
|
|
||||||
require_once('../include/phpmailer/PHPMailerAutoload.php');
|
|
||||||
if($_ENV['DB_NAME'] == "paad_pruebas" || self::PRUEBAS){
|
if($_ENV['DB_NAME'] == "paad_pruebas" || self::PRUEBAS){
|
||||||
$asunto = "PRUEBAS-".$asunto;
|
$asunto = "PRUEBAS-".$asunto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user