Current Path : /home/krishnamexports/public_html/panel/ |
Current File : /home/krishnamexports/public_html/panel/index-20241115043258-20241115084356.php |
<?php session_start(); if (isset ($_SESSION['harsh_id'])) { header("location:home.php"); } else { header("location:login.php"); } ?>