Add more information on system info
This commit is contained in:
parent
4a7690d1b3
commit
0c7fd548da
@ -111,9 +111,13 @@ print '</tr>'."\n";
|
|||||||
$i=0;
|
$i=0;
|
||||||
foreach($configfileparameters as $key)
|
foreach($configfileparameters as $key)
|
||||||
{
|
{
|
||||||
if ($key == 'dolibarr_main_url_root_alt' && empty(${$key})) continue;
|
$ignore=0;
|
||||||
if ($key == 'dolibarr_main_document_root_alt' && empty(${$key})) continue;
|
|
||||||
|
|
||||||
|
if ($key == 'dolibarr_main_url_root_alt' && empty(${$key})) $ignore=1;
|
||||||
|
if ($key == 'dolibarr_main_document_root_alt' && empty(${$key})) $ignore=1;
|
||||||
|
|
||||||
|
if (empty($ignore))
|
||||||
|
{
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print "<tr ".$bc[$var].">";
|
print "<tr ".$bc[$var].">";
|
||||||
if ($key == 'separator')
|
if ($key == 'separator')
|
||||||
@ -133,6 +137,7 @@ foreach($configfileparameters as $key)
|
|||||||
print "</td>";
|
print "</td>";
|
||||||
}
|
}
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
}
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user