diff --git a/admin/gestion_des_acces.php b/admin/gestion_des_acces.php index 970d50a..bd32a1c 100644 --- a/admin/gestion_des_acces.php +++ b/admin/gestion_des_acces.php @@ -108,6 +108,7 @@ if(isset($_POST['send'])) { } if(strlen($pseudo) <= 50) { + echo("len"); $req = $db->prepare("SELECT id FROM admin WHERE pseudo = ?"); $req->execute(array($pseudo)); $pseudo_exist = $req->rowCount();