1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/12687] Return a string and move the displaying of the sql report

PHPBB3-12687
This commit is contained in:
Tristan Darricau
2014-06-12 14:33:00 +02:00
parent 06e6c91513
commit ceef85ee0e
2 changed files with 22 additions and 16 deletions

View File

@@ -146,9 +146,10 @@ function adm_page_footer($copyright_html = true)
return;
}
display_debug_output();
phpbb_check_and_display_sql_report();
$template->assign_vars(array(
'DEBUG_OUTPUT' => phpbb_generate_debug_output(),
'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '',
'S_COPYRIGHT_HTML' => $copyright_html,
'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited'),