diff --git a/bdd.php b/bdd.php index 1aa9f34..f68ec59 100644 --- a/bdd.php +++ b/bdd.php @@ -356,8 +356,6 @@ function generer_chronologie(){ while (($ens = $res->fetch_assoc())){ array_push($ensembles,$ens); - - $i++; } // on rajoute le chemin vers chaque document présent dans l'ensemble diff --git a/televerser.php b/televerser.php index 4549fc0..5c117fa 100644 --- a/televerser.php +++ b/televerser.php @@ -39,6 +39,7 @@ $csrf = new CSRF();
+

diff --git a/utils/sendmail.php b/utils/sendmail.php index 242b4a1..33c4553 100644 --- a/utils/sendmail.php +++ b/utils/sendmail.php @@ -29,7 +29,7 @@ class Mail $this::$mail = new PHPMailer(true); $this::$mail->isSMTP(); $this::$mail->Host = "192.168.200.9"; - $this::$mail->SMTPAuth = true; + $this::$mail->SMTPAuth = false; //$this::$mail->Username = $mel_id; //$this::$mail->Password = $mel_mdp; $this::$mail->setFrom($mel_adr, name: 'Club Info INSA Toulouse');