From a65fcdd2c61f33d6a92aa04ea22d82dc8d6ac720 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 14 Dec 2023 18:38:54 +0700 Subject: [PATCH] Update page_footer.php --- library/includes/page_footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];