| Direktori : /proc/self/root/proc/thread-self/root/home/haworld/public_html/admin/ |
| Current File : //proc/self/root/proc/thread-self/root/home/haworld/public_html/admin/logout.php |
<?php
session_start();
session_destroy();
header('location: login.php');
die();
?>