This commit is contained in:
Boris 2022-11-14 13:11:31 +01:00
parent 1205ecf37b
commit 35c5d3bec8
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ 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';
@ -66,4 +66,4 @@ if (isset($_POST['salt'], $_POST['pepper'])) {
include_once('footer.php');
}
}