a
This commit is contained in:
parent
e3f05ebef7
commit
efab4d9479
|
|
@ -200,7 +200,8 @@ class ControleurAjaxdecompte extends Controleur {
|
|||
|
||||
// DEBUT ENVOI DU MAIL
|
||||
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
|
||||
$obejt = "DEMANDE DE DEROGATION";
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportmail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportperiodemail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspfactureadhmail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspfactureadhperiodemail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspfacturemail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspgarantieadhmail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspgarantieadhperiodemail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspgarantiemail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspperiodefacturemail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ class ControleurAjaxdetailrapportspperiodegarantiemail extends Controleur
|
|||
|
||||
public function __construct() {
|
||||
$this->detailsp = new Statistique();
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
|
|
@ -69,7 +69,8 @@ class ControleurAjaxenregistrerconsultation extends Controleur {
|
|||
|
||||
// DEBUT ENVOI DU MAIL
|
||||
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
|
||||
$obejt = "ALERTE CONSOMMATION";
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ class ControleurAjaxenregistrerdemandederogation extends Controleur {
|
|||
|
||||
// DEBUT ENVOI DU MAIL
|
||||
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
|
||||
$obejt = "DEMANDE DE DEROGATION";
|
||||
|
||||
|
|
|
|||
|
|
@ -120,7 +120,8 @@ class ControleurAjaxenregistrerdemandefraisfuneraire extends Controleur {
|
|||
|
||||
// DEBUT ENVOI DU MAIL
|
||||
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
|
||||
$obejt = "DEMANDE DE DEROGATION";
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@ class ControleurAjaxenvoimaildivers extends Controleur {
|
|||
|
||||
public function mailfraudeidentite()
|
||||
{
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
|
||||
$emailDestination = $_SESSION['p_emailGestionBon_C'];
|
||||
|
||||
|
|
@ -73,7 +74,8 @@ Merci et bonne réception.";
|
|||
{
|
||||
$numeroBon = $this->requete->getParametreFormulaire("numeroBon");
|
||||
|
||||
require_once 'Framework/Ebenegmail.php';
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
|
||||
$emailDestination = $_SESSION['p_emailMedecinConseil_C'];
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ class ControleurAjaxmessageriecommun extends Controleur
|
|||
public function __construct() {
|
||||
$this->messagerie = new Messagerie();
|
||||
|
||||
require_once 'Ebenegmail.php';
|
||||
$this->mail_C = $mail;
|
||||
require '/var/www/Config/Ebenemailer.php';
|
||||
$this->mail_C = $_SESSION['c_mail'];
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user