- 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
require_once __DIR__.'/includes/boot.php';
logoutUser();
flash('You have been signed out.','info');
go('/index.php');