HEX
Server: Apache
System: Linux p3plzcpnl485017.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: rbrijwzv8p53 (8461783)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/rbrijwzv8p53/public_html/pdmc.org.pk/logout.php
<?php
session_start();

// Unset specific session variables related to login status
unset($_SESSION['user_id']);
unset($_SESSION['user_email']);

// Redirect to the home page after logout
header("Location: index.php");
exit();
?>