diff --git a/home/index.php b/home/index.php index 11949494c0..0891d7e38d 100755 --- a/home/index.php +++ b/home/index.php @@ -20,7 +20,7 @@ $GLOBALS['sessionid'] = @$_GET['sessionid'] ? $_GET['sessionid'] : @$_COOKIE['sessionid']; if (!isset($GLOBALS['sessionid']) || !$GLOBALS['sessionid']) { - Header('Location: login.php'); + Header('Location: ../login.php'); exit; }