pertama dan terakhir

This commit is contained in:
Tazyeuu
2026-06-10 22:07:47 +07:00
commit cd376094df
143 changed files with 12090 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once __DIR__ . '/config/session.php';
startAppSession();
session_destroy();
header('Location: ' . app_url('login.php'));
exit;