File "logout.php"

Full Path: /home/humancap/cl.humancap.com.my/admin/logout.php
File size: 193 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
use secure\Secure;

header("X-Robots-Tag: noindex", true);

session_start();
include_once '../conf/conf.php';
include_once ADMIN_DIR . 'secure/class/secure/Secure.php';
Secure::logout();