28 lines
528 B
PHP
28 lines
528 B
PHP
<?php
|
|
require_once 'Functions.php';
|
|
require_once 'Controleurrequete.php';
|
|
require_once 'Destinataire.php';
|
|
|
|
class Emaildiverspj
|
|
{
|
|
private $destinataire;
|
|
private $mail_C;
|
|
|
|
public function __construct()
|
|
{
|
|
$this->destinataire = new Destinataire();
|
|
require_once 'Ebenegmail.php';
|
|
$this->mail_C = $mail;
|
|
}
|
|
|
|
public function excutercron()
|
|
{
|
|
exit();
|
|
}
|
|
}
|
|
|
|
// echo '</BR>'; echo '</BR>';
|
|
|
|
$emaildiverspj = new Emaildiverspj();
|
|
$emaildiverspj->excutercron();
|
|
echo "Fin Tache Cron"; |