OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
groupchat
/
backup
/
trash
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:13 AM
rwxrwxr-x
📄
dashboard.php
8.5 KB
05/19/2025 10:07:13 AM
rw-rw-r--
📄
register.php
5.08 KB
05/19/2025 10:07:13 AM
rw-rw-r--
📄
signin.php
5.52 KB
05/19/2025 10:07:13 AM
rw-rw-r--
📄
signout.php
295 bytes
05/19/2025 10:07:13 AM
rw-rw-r--
📄
test.php
2 KB
05/19/2025 10:07:13 AM
rw-rw-r--
📄
test.txt
0 bytes
11/28/2024 01:24:18 PM
rw-rw-r--
📄
test1.html
1.4 KB
11/28/2024 01:24:18 PM
rw-rw-r--
📄
test1.php
125 bytes
05/19/2025 10:07:13 AM
rw-rw-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(); ?>