a
This commit is contained in:
parent
b8901e90fa
commit
9fae141cba
|
|
@ -770,7 +770,15 @@ class ControleurConnexion extends Controleur
|
||||||
$this->rediriger("Kine");
|
$this->rediriger("Kine");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$this->rediriger("Recherche");
|
$carteAvecDonnees = $utilisateur['carteAvecDonnees'];
|
||||||
|
if($carteAvecDonnees=="1")
|
||||||
|
{
|
||||||
|
$this->rediriger("Rechercheparcarte");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$this->rediriger("Recherche");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user