a
This commit is contained in:
@@ -156,7 +156,18 @@ require_once 'Framework/Localisation.php';
|
||||
}
|
||||
// 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user