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