One Hat Cyber Team
Your IP :
216.73.216.186
Server IP :
147.79.69.120
Server :
Linux in-mum-web1837.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u322583024
/
domains
/
loveberi.com
/
public_html
/
View File Name :
logout.php
<?php // Start the session and use the custom session name require('security.php'); // Destroy all session data session_unset(); // Unset all session variables session_destroy(); // Destroy the session // Redirect to the login page after logging out header('Location: index.php'); exit(); ?>