a
This commit is contained in:
parent
e264369964
commit
90b9df592d
|
|
@ -24,8 +24,6 @@ class ControleurHtagcarte extends Controleur {
|
||||||
|
|
||||||
public function revoquercarte()
|
public function revoquercarte()
|
||||||
{
|
{
|
||||||
if ($this->requete->existeParametre("otpValue"))
|
|
||||||
{
|
|
||||||
$login = $_SESSION['login'];
|
$login = $_SESSION['login'];
|
||||||
$otpValueSaisi = $this->requete->getParametre("otpValue");
|
$otpValueSaisi = $this->requete->getParametre("otpValue");
|
||||||
$otpValueRequis = $this->utilisateur->get_otp_value($login);
|
$otpValueRequis = $this->utilisateur->get_otp_value($login);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user