HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/toursatsrilanka/admin/
Upload File :
Current File : /home/islapiiu/sites/toursatsrilanka/admin/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');
}