mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11271] Remove unnecessary inclusion of functions_display
PHPBB3-11271
This commit is contained in:
parent
3bae72d164
commit
6611329d83
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ define('IN_PHPBB', true);
|
||||||
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
|
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
|
||||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||||
include($phpbb_root_path . 'common.' . $phpEx);
|
include($phpbb_root_path . 'common.' . $phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
|
||||||
|
|
||||||
if (!$config['feed_enable'])
|
if (!$config['feed_enable'])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue