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