HOME


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

$CUSTOMER = new Customer(NULL);

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