add rssa apps to git

This commit is contained in:
ryan
2026-06-04 09:16:51 +07:00
commit b40fd24711
6383 changed files with 1139152 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
session_start();
unset($_SESSION['username']);
unset($_SESSION['hak_akses']);
session_destroy();
// header("Location:/user/index.php");
header("location: /home.php");