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:
parent
48468895ab
commit
f57b0c9137
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue