mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update page_footer.php
This commit is contained in:
parent
8ec6ed6abb
commit
a65fcdd2c6
@ -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'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user