endloss schleife bei ip wecksel gefixt

git-svn-id: svn://svn.cccv.de/engel-system@156 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-11-10 18:23:04 +00:00
parent 48468895ab
commit f57b0c9137
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ if( !isset($_SESSION['IP']))
if (IsSet($_SESSION['UID']) and ($_SESSION['IP'] <> $_SERVER['REMOTE_ADDR']))
{
header("Location: https://".$_SERVER['HTTP_HOST'].$ENGEL_ROOT);
session_destroy ();
header("Location: $url". substr($ENGEL_ROOT,1) );
}
include ("./inc/UserCVS.php");