diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php index 39655a51..d1d35a31 100644 --- a/library/includes/page_footer.php +++ b/library/includes/page_footer.php @@ -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']}: " : "{$lang['GZIP_COMPRESSION']}: "; $gzip_text .= ($bb_cfg['gzip_compress']) ? $lang['ON'] : $lang['OFF'];