File "logout.php"
Full Path: /home/krishnamexports/public_html/panel/assets/css/logout.php
File size: 102 bytes
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
<?php
session_start();
unset($_SESSION['krishnamExportsId']);
header("location:login.php");
?>