first commit

This commit is contained in:
Le Stagiaire
2024-11-08 15:31:00 +01:00
commit 0cfc5938bd
370 changed files with 143453 additions and 0 deletions

3
high/database.php Normal file
View File

@ -0,0 +1,3 @@
<?php
$db = new PDO("mysql:host=localhost", "root", "");
?>