Verification de connexion suite 02
This commit is contained in:
parent
268edff434
commit
e7b4c7714b
|
|
@ -54,7 +54,7 @@ require_once 'Framework/Localisation.php';
|
|||
|
||||
$idConnexion = $this->logconnexion->ajouter($login, $heureConnexion, $ipConnexion, $idSaisie);
|
||||
|
||||
var_dump($idConnexion); exit();
|
||||
|
||||
|
||||
// Vidage Tables temporaires
|
||||
|
||||
|
|
@ -64,6 +64,8 @@ require_once 'Framework/Localisation.php';
|
|||
|
||||
$ipbanni = $this->logconnexion->ipbanni($ipConnexion);
|
||||
|
||||
var_dump($ipbanni); exit();
|
||||
|
||||
if($ipbanni>"0")
|
||||
{
|
||||
if ($_SESSION['lang']=="en_US")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user