debug
This commit is contained in:
parent
0052e2f50b
commit
fc5fd963f6
|
|
@ -142,8 +142,7 @@ require_once 'Framework/Localisation.php';
|
||||||
|
|
||||||
$licensed = getLicensed($codeSociete, $nomSociete);
|
$licensed = getLicensed($codeSociete, $nomSociete);
|
||||||
|
|
||||||
var_dump($licensed); exit();
|
|
||||||
|
|
||||||
if(!$licensed )
|
if(!$licensed )
|
||||||
{
|
{
|
||||||
if ($_SESSION['lang']=="en_US")
|
if ($_SESSION['lang']=="en_US")
|
||||||
|
|
@ -158,6 +157,8 @@ require_once 'Framework/Localisation.php';
|
||||||
}
|
}
|
||||||
// Fin test Licence
|
// Fin test Licence
|
||||||
|
|
||||||
|
var_dump($utilisateur['actif']); exit();
|
||||||
|
|
||||||
if($utilisateur['actif']<>1)
|
if($utilisateur['actif']<>1)
|
||||||
{
|
{
|
||||||
if ($_SESSION['lang']=="en_US")
|
if ($_SESSION['lang']=="en_US")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user