OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
groupchat
/
backup
/
backup
/
dump
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/31/2024 11:08:48 AM
rwxr-xr-x
📄
create_group.php
1006 bytes
08/31/2024 11:08:50 AM
rw-r--r--
📄
db_connect.php
580 bytes
08/31/2024 11:08:49 AM
rw-r--r--
📄
function.php
7.99 KB
08/31/2024 11:08:50 AM
rw-r--r--
📄
group.php
4.6 KB
08/31/2024 11:08:50 AM
rw-r--r--
📄
index.php
20.74 KB
08/31/2024 11:08:51 AM
rw-r--r--
📄
memberSearch.php
1.32 KB
08/31/2024 11:08:51 AM
rw-r--r--
📄
register.php
5.08 KB
08/31/2024 11:08:51 AM
rw-r--r--
📄
sendreview.php
626 bytes
08/31/2024 11:08:51 AM
rw-r--r--
📄
signin.php
5.52 KB
08/31/2024 11:08:51 AM
rw-r--r--
📄
signout.php
295 bytes
08/31/2024 11:08:51 AM
rw-r--r--
📄
test.php
2 KB
08/31/2024 11:08:51 AM
rw-r--r--
📄
validate.logged.php
580 bytes
08/31/2024 11:08:51 AM
rw-r--r--
Editing: signout.php
Close
<?php // Initialize the session session_start(); // Unset all session variables $_SESSION = array(); // Destroy the session session_destroy(); // Redirect to the login page after logout header("Location: signin.php"); // Replace "login.php" with your login page URL exit(); ?>