File "logout-20241115212944.php"

Full Path: /home/krishnamexports/public_html/panel/vendors/iconfonts/font-awesome/css/logout-20241115212944.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");

?>