HOME


Mini Shell 1.0
DIR:/home/drsekaran/www/admin/
Upload File :
Current File : /home/drsekaran/www/admin/logout.php
<?php
ob_start();
header('Cache-Control: no-cache, must-revalidate');
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
@session_start();
session_destroy();
header("location:index.php");
?>