add sppd to git repo

This commit is contained in:
ryan
2025-10-09 13:13:09 +07:00
commit cc020ada92
1697 changed files with 394218 additions and 0 deletions

6
logout.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
session_start();
$_SESSION=array();
session_unset();
session_destroy();
?>