This commit is contained in:
hshub
2024-04-16 22:26:30 +00:00
commit fce566a8b9
94 changed files with 52437 additions and 0 deletions

5
etc/includes.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
include "config.php";
include "sql.php";
include "functions.php";
?>