This commit is contained in:
Kar l5
2024-06-08 14:27:55 +05:30
commit e67df7f464
37 changed files with 2666 additions and 0 deletions

8
119/signout.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
session_unset();
session_destroy();
?>
<h2>Logout Success!</h2>
echo '<script>window.location.reload();</script>';