donneMoiSaPutaindeG1Pub($_POST['salt'], $_POST['pepper']); $toto = 'QP1VkfaFUMdHZmHgPMi7q5wJJHaQhZcEqs5A86NigKr'; $boris = '25zB1gSC7Qhwnx463cuDLDCKLRVieLAgFiPbYq6jVHG9'; $playerG1Id = $toto; $_SESSION['player_pubkey'] = $playerG1Id; $gchange = new Gchange(); $user = $gchange->getUser($_SESSION['player_pubkey']); $_SESSION['player_lat'] = $user->_source->geoPoint->lat; $_SESSION['player_lon'] = $user->_source->geoPoint->lon; $_SESSION['radius'] = DEFAULT_RADIUS; $_SESSION['salt'] = $_POST['salt']; $_SESSION['pepper'] = $_POST['pepper']; header('Location:home.php'); } else { $bodyIds = 'login-page'; $webpageTitle = $games[$_SESSION['gameId']]['title']; include_once('header.php'); echo '
Identification par Ğchange

'; include_once('footer.php'); }