HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/home/islapiiu/sites/taxigalle/control-panel/
Upload File :
Current File : //proc/thread-self/root/home/islapiiu/sites/taxigalle/control-panel/log-out.php
<?php

include_once(dirname(__FILE__) . '/../class/include.php');

$USER = new User(NULL);

if ($USER->logOut()) {
    header('Location: ../login.php');
} else {
    header('Location: ./?message=2');
}