HOME


Mini Shell 1.0
DIR:C:/Inetpub/vhosts/yantrashilpa.com/httpdocs/includes/
Upload File :
Current File : C:/Inetpub/vhosts/yantrashilpa.com/httpdocs/includes/logout.php
<?php
session_start();

$_SESSION['username']=null;

header("Location: ../admin/login.php");


 ?>