forked from Wavyzz/dolibarr
- New: Can enable tuning info from option MAIN_SHOW_TUNING_INFO.
This commit is contained in:
@@ -4322,7 +4322,7 @@ function printCommonFooter($zone='private')
|
||||
}
|
||||
|
||||
// End of tuning
|
||||
if (! empty($_SERVER['DOL_TUNING']))
|
||||
if (! empty($_SERVER['DOL_TUNING']) || ! empty($conf->global->MAIN_SHOW_TUNING_INFO))
|
||||
{
|
||||
$micro_end_time=dol_microtime_float(true);
|
||||
print "\n".'<script type="text/javascript">'."\n";
|
||||
|
||||
Reference in New Issue
Block a user