mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
GZIP status output
git-svn-id: file:///svn/phpbb/trunk@628 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
255304d87a
commit
dc99222cf3
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ $mtime = $mtime[1] + $mtime[0];
|
|||
$endtime = $mtime;
|
||||
$totaltime = ($endtime - $starttime);
|
||||
|
||||
printf("<center><font size=-2>phpBB Created this page in %f seconds : " . $db->num_queries . " queries executed</font></center>", $totaltime);
|
||||
$gzip_text = ($board_config['gzip_compress']) ? "GZIP compression enabled" : "GZIP compression disabled";
|
||||
|
||||
printf("<center><font size=-2>phpBB Created this page in %f seconds : " . $db->num_queries . " queries executed : $gzip_text</font></center>", $totaltime);
|
||||
|
||||
//
|
||||
// Close our DB connection.
|
||||
|
|
Loading…
Add table
Reference in a new issue