This commit is contained in:
Yasder5 2026-02-20 11:15:06 +01:00
parent 738c14c451
commit 4f41366010
8 changed files with 25 additions and 24 deletions

View file

@ -2,7 +2,6 @@
session_start();
require("./vendor/autoload.php");
var_dump($_SESSION);
//environnement
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);