Initial commit

This commit is contained in:
2025-07-06 16:00:38 -07:00
commit 67d2fe9589
11 changed files with 957 additions and 0 deletions

6
config/connection.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$db_host = "localhost";
$db_port = 3306;
$db_user = "";
$db_pass = "";
$db_name = "";