First commit

This commit is contained in:
BRAMAS Arthur
2025-10-10 08:57:59 +02:00
commit 9106887146
17 changed files with 459 additions and 0 deletions

3
debugSession.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
session_start();
var_dump($_SESSION);