a
This commit is contained in:
parent
15f968f0cb
commit
b6cf9927ae
|
|
@ -156,7 +156,18 @@ require_once 'Framework/Localisation.php';
|
||||||
}
|
}
|
||||||
// Fin test Licence
|
// Fin test Licence
|
||||||
|
|
||||||
|
if($utilisateur['extranetActif']<>1)
|
||||||
|
{
|
||||||
|
if ($_SESSION['lang']=="en_US")
|
||||||
|
{
|
||||||
|
$this->genererVue(array('msgErreur' => 'Extranet disabled!'), "index");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$this->genererVue(array('msgErreur' => 'Extranet désactivé!'), "index");
|
||||||
|
}
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
if($utilisateur['actif']<>1)
|
if($utilisateur['actif']<>1)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user