- initial

This commit is contained in:
Ty Clifford
2026-04-24 08:41:52 -04:00
commit b57091e4ad
49 changed files with 7371 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
if (session_status() === PHP_SESSION_NONE) session_start();
require_once __DIR__.'/db.php';
require_once __DIR__.'/functions.php';
db();