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