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