Skip to content

Commit

Permalink
Fix #863 : suppression de cette vieille méthode de connexion
Browse files Browse the repository at this point in the history
  • Loading branch information
axel584 committed Jun 1, 2019
1 parent 85a4614 commit 023aab7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions db.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ function apartigiPersonon($id) {
// parametro : enirnomo kaj pasvorto
// elirvaluo : 0 se la persono ne ekzistas (la pasvorto maltrafas...)
// > 0 : la unika numero de la persono
function kontroliPersonon($enirnomo,$pasvorto) {
// cette fonction est deprecated car on utilise le script ajax pour se connecter maintenant
/*function kontroliPersonon($enirnomo,$pasvorto) {
global $bdd;
$pasvorto=strtoupper($pasvorto);
$enirnomo=strtoupper($enirnomo);
Expand All @@ -122,7 +123,7 @@ function kontroliPersonon($enirnomo,$pasvorto) {
} else {
return $row['id'];
}
}
}*/

/**********************************************************************************
*
Expand Down

0 comments on commit 023aab7

Please sign in to comment.