Code: Alles auswählen
if($time_now <$time_check) {
header("Location: http://".$location."/index.php?open=login&msg=aaa&".$sessionname."=".$sessionid."");
}
aber hy?
hab dort ma nen die() reingestzt und das hat 1a funktioniert
Beitrag von deathcakeman »
Code: Alles auswählen
if($time_now <$time_check) {
header("Location: http://".$location."/index.php?open=login&msg=aaa&".$sessionname."=".$sessionid."");
}