File "index-20241115043258-20241115084356.php"
Full Path: /home/krishnamexports/public_html/panel/vendors/iconfonts/puse-icons-feather/index-20241115043258-20241115084356.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");
}
?>