Remove detection on all cities to disable mappy
This commit is contained in:
parent
00c248c406
commit
3905ebb412
@ -60,9 +60,9 @@ class Mappy
|
||||
public function villeCouverte($ville)
|
||||
{
|
||||
$ville = $this->cleanAdress($ville);
|
||||
if (in_array(strtoupper($ville),$this->villes)){
|
||||
/*if (in_array(strtoupper($ville),$this->villes)){
|
||||
return true;
|
||||
}
|
||||
}*/
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user