OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
groupchat
/
trash
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/31/2024 11:08:59 AM
rwxr-xr-x
📄
dashboard.php
8.5 KB
08/31/2024 11:09:01 AM
rw-r--r--
📄
register.php
5.08 KB
08/31/2024 11:08:59 AM
rw-r--r--
📄
signin.php
5.52 KB
08/31/2024 11:08:59 AM
rw-r--r--
📄
signout.php
295 bytes
08/31/2024 11:09:00 AM
rw-r--r--
📄
test.php
2 KB
08/31/2024 11:09:00 AM
rw-r--r--
📄
test.txt
0 bytes
08/31/2024 11:09:01 AM
rw-r--r--
📄
test1.html
1.4 KB
08/31/2024 11:09:01 AM
rw-r--r--
📄
test1.php
125 bytes
08/31/2024 11:09:01 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(); ?>