correction bug manque phpmailer

This commit is contained in:
Yasder5 2026-02-20 18:20:01 +01:00
parent 18301190fc
commit d1e2bd6c31
82 changed files with 11082 additions and 359 deletions

View file

@ -1,7 +1,7 @@
<?php
session_start();
require("./vendor/autoload.php");
require(__DIR__ . "/vendor/autoload.php");
//environnement
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);