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