forked from La_Bureautique/zeg1jeux
Le réfectoire était pas bon
parent
57f635e02f
commit
01a0e2e0eb
|
@ -43,6 +43,12 @@ class Keygen {
|
|||
$pepper = str_replace('"', '\"', $pepper);
|
||||
|
||||
$userPubkey = $this->getG1Pub($salt, $pepper);
|
||||
|
||||
if (!file_exists($this->pubsecDir)) {
|
||||
|
||||
mkdir($this->pubsecDir, 0777, true);
|
||||
|
||||
}
|
||||
|
||||
$cmd = $this->keygenPath;
|
||||
$cmd .= ' -f pubsec';
|
||||
|
|
Loading…
Reference in New Issue