File "index-20241115103657.php"

Full Path: /home/krishnamexports/public_html/panel/assets/index-20241115103657.php
File size: 146 bytes
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8

<?php
session_start();
if (isset ($_SESSION['harsh_id']))
{
	header("location:home.php");
}
else
{
	header("location:login.php");
}
?>