Initial financial project import

This commit is contained in:
seo
2026-06-07 00:33:58 +09:00
commit faeab5f0f5
50 changed files with 11267 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once __DIR__ . '/../app/lib/auth.php';
logout_user();
header('Location: /login.php');
exit;