include_once("include/global_connect.inc.php"); include_once("./include/global_function.inc.php"); include_once("./include/global_config.inc.php"); include_once("./include/game_session.inc.php"); //EMAIL VERIFICATION if ($emailverify<>"") { $zeit=time(); mysql("$db_name","UPDATE `game_newsletter` SET `lastverification` = '$zeit' WHERE `email` ='$emailverify'") ; } /**** Session zerst? -> LogOut *****/ if(($logout == 'yes') || ($siteid == 'anmelden')) { $_SESSION['logoff'] = 1; } ?>