Mini Shell

Direktori : /proc/thread-self/root/home/haworld/www/admin/
Upload File :
Current File : //proc/thread-self/root/home/haworld/www/admin/logout.php

<?php
session_start();
session_destroy();
header('location: login.php');
die();
?>