HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/proc/thread-self/root/home/islapiiu/sites/magnoliya/post-and-get/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/home/islapiiu/sites/magnoliya/post-and-get/logout.php
<!DOCTYPE html>
<?php
include '../class/include.php';

$CUSTOMER = new Customer(NULL);

if ($CUSTOMER->logOut()) {
    header('Location: ../index.php');
}
?>