mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
Changes related to message.php
git-svn-id: file:///svn/phpbb/trunk@557 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -30,6 +30,11 @@ if($userdata['user_level'] == ADMIN)
|
||||
$admin_link = "<a href=\"admin/index.$phpEx\">Administration Panel</a>";
|
||||
}
|
||||
$current_time = time();
|
||||
|
||||
$template->set_filenames(array(
|
||||
"overall_footer" => "overall_footer.tpl")
|
||||
);
|
||||
|
||||
$template->assign_vars(array(
|
||||
"PHPBB_VERSION" => "2.0-alpha",
|
||||
"ADMIN_LINK" => $admin_link));
|
||||
@@ -59,6 +64,9 @@ printf("<center><font size=-2>phpBB Created this page in %f seconds.</font></cen
|
||||
//
|
||||
if($do_gzip_compress)
|
||||
{
|
||||
//
|
||||
// Borrowed from php.net!
|
||||
//
|
||||
$gzip_contents = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
|
Reference in New Issue
Block a user