Update page_footer.php

This commit is contained in:
Roman Kelesidis 2023-12-14 18:38:54 +07:00
parent 8ec6ed6abb
commit a65fcdd2c6

View File

@ -29,7 +29,7 @@ if(!$bb_cfg['gzip_compress'])
if ($show_dbg_info)
{
$gen_time = utime() - TIMESTART;
$gen_time_txt = sprintf('%.3f', $gen_time);
$gen_time_txt = sprintf('%.4f', $gen_time);
$gzip_text = (UA_GZIP_SUPPORTED) ? "{$lang['GZIP_COMPRESSION']}: " : "<s>{$lang['GZIP_COMPRESSION']}:</s> ";
$gzip_text .= ($bb_cfg['gzip_compress']) ? $lang['ON'] : $lang['OFF'];