mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#966)
* Minor improvements * Update viewtopic.tpl * Update page_footer.php * Update page_footer.php
This commit is contained in:
parent
708dd4f131
commit
f2b93b68aa
3 changed files with 4 additions and 3 deletions
|
@ -34,7 +34,7 @@ if (!$bb_cfg['gzip_compress']) {
|
|||
if ($show_dbg_info) {
|
||||
$gen_time = utime() - TIMESTART;
|
||||
$gen_time_txt = sprintf('%.3f', $gen_time);
|
||||
$gzip_text = UA_GZIP_SUPPORTED ? 'GZIP ' : '<s>GZIP</s> ';
|
||||
$gzip_text = UA_GZIP_SUPPORTED ? "{$lang['GZIP_COMPRESSION']}: " : "<s>{$lang['GZIP_COMPRESSION']}:</s> ";
|
||||
$gzip_text .= $bb_cfg['gzip_compress'] ? $lang['ON'] : $lang['OFF'];
|
||||
|
||||
$stat = '[ ' . $lang['EXECUTION_TIME'] . " $gen_time_txt " . $lang['SEC'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue