forked from La_Bureautique/zeg1jeux
Merge branch 'main' of https://git.p2p.legal/La_Bureautique/zeg1jeux into main
commit
d7a6f9b49b
10
home.php
10
home.php
|
@ -2,11 +2,9 @@
|
|||
|
||||
require_once('config.php');
|
||||
|
||||
die($_SESSION['player_pubkey']);
|
||||
$bodyIds = 'home';
|
||||
include_once('header.php');
|
||||
|
||||
|
||||
echo '
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -33,6 +31,14 @@ echo '
|
|||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li id="dashboard-minelife">
|
||||
<a href="minelife.html">
|
||||
<span>
|
||||
Manuel
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -9,11 +9,11 @@ if (isset($_POST['salt'], $_POST['pepper'])) {
|
|||
|
||||
$fred = new Fred();
|
||||
$keygen = new Keygen();
|
||||
// $playerG1Id = $fred->donneMoiSaPutaindeG1Pub($_POST['salt'], $_POST['pepper']);
|
||||
$playerG1Id = $fred->donneMoiSaPutaindeG1Pub($_POST['salt'], $_POST['pepper']);
|
||||
|
||||
$toto = 'QP1VkfaFUMdHZmHgPMi7q5wJJHaQhZcEqs5A86NigKr';
|
||||
$boris = '25zB1gSC7Qhwnx463cuDLDCKLRVieLAgFiPbYq6jVHG9';
|
||||
$playerG1Id = $toto;
|
||||
// $playerG1Id = $toto;
|
||||
|
||||
$_SESSION['player_pubkey'] = $playerG1Id;
|
||||
|
||||
|
@ -66,4 +66,4 @@ if (isset($_POST['salt'], $_POST['pepper'])) {
|
|||
|
||||
include_once('footer.php');
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue