( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/..//tmpr/../tmpr/..//tmpr/../v/logout.php
<?php
session_start(); 
/************ Delete the sessions****************/
 unset($_SESSION['euserid']);
unset($_SESSION['user_name']);
unset($_SESSION['euserid']);
 
    unset($_SESSION['id']);
    unset($_SESSION['username']);
    unset($_SESSION['oauth_provider']);
    
/*
unset($_SESSION['fb_{YOUR_APP_ID}_code']);
unset($_SESSION['fb_{YOUR_APP_ID}_access_token']);
unset($_SESSION['fb_{YOUR_APP_ID}_user_id']);
    */

/* Delete the cookies*******************/
 setcookie("user_id", '', time()-60*60*24*60, "/");
setcookie("user_name", '', time()-60*60*24*60, "/");
setcookie("euserid", '', time()-60*60*24*60, "/");
setcookie("username", '', time()-60*60*24*60, "/");
setcookie("id", '', time()-60*60*24*60, "/");
session_destroy();
/******************* After Logout set this to any redirect page you want*************/

 header("Location: ../index.php"); 



?>