Show shmop memory if option enabled.
This commit is contained in:
parent
1083d5ca8b
commit
810f87dc54
@ -97,9 +97,10 @@ print '<br>';
|
|||||||
|
|
||||||
|
|
||||||
// Shmop
|
// Shmop
|
||||||
$shmoparray=dol_listshmop();
|
if (isset($conf->global->MAIN_OPTIMIZE_SPEED) && ($conf->global->MAIN_OPTIMIZE_SPEED & 0x02))
|
||||||
if (sizeof($shmoparray) > 0)
|
|
||||||
{
|
{
|
||||||
|
$shmoparray=dol_listshmop();
|
||||||
|
|
||||||
$var=true;
|
$var=true;
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user