Initial commit

This commit is contained in:
2026-05-17 05:22:06 +03:00
commit ca4d00c895
155 changed files with 45216 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once __DIR__ . '/inc/auth.php';
auth_session_start();
auth_logout();
header('Location: /service/index.php');
exit;