Merge branch 'main' into laura

This commit is contained in:
Yass 2026-02-25 15:31:19 +01:00 committed by GitHub
commit 2d9e88f570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
150 changed files with 12964 additions and 772 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__);