File "logout-20241115123952.php"
Full Path: /home/krishnamexports/public_html/panel/images/faces/logout-20241115123952.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");
?>