PK

ADDRLIN : /home/questend/public_html/domains/rwa40.com/
FLL :
Current File : /home/questend/public_html/domains/rwa40.com/logout.php

<?php
session_start();

// Unset all session variables
$_SESSION = array();

// Delete the session cookie
if (ini_get("session.use_cookies")) {
    $params = session_get_cookie_params();
    setcookie(session_name(), '', time() - 42000,
        $params["path"], $params["domain"],
        $params["secure"], $params["httponly"]
    );
}

// Destroy the session
session_destroy();

// Delete the remember me cookie
setcookie("remember_user", "", time() - 3600, "/");

// Redirect to login page
header("Location: index.php");
exit();
?>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home