Update explorer.php
This commit is contained in:
parent
936a2ca966
commit
48a31b2398
@ -87,15 +87,14 @@ foreach ($modulesdir as $dir)
|
|||||||
$part = 'compta/facture';
|
$part = 'compta/facture';
|
||||||
$obj = 'facture';
|
$obj = 'facture';
|
||||||
}
|
}
|
||||||
if (empty($conf->$module->enabled)) $enabled=false;
|
|
||||||
|
|
||||||
if ($module == 'ficheinter') {
|
if ($module == 'ficheinter') {
|
||||||
$obj = 'fichinter';
|
$obj = 'fichinter';
|
||||||
$part = 'fichinter';
|
$part = 'fichinter';
|
||||||
$enabled=true;
|
|
||||||
$module='fichinter';
|
$module='fichinter';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (empty($conf->$module->enabled)) $enabled=false;
|
||||||
|
|
||||||
if ($enabled)
|
if ($enabled)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user