mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[feature/controller] includes/functions.php is included by default
PHPBB3-10864
This commit is contained in:
parent
97957d6792
commit
4e1f17a87d
@ -79,11 +79,6 @@ class phpbb_controller_helper
|
||||
*/
|
||||
public function render($template_file, $page_title = '', $status_code = 200)
|
||||
{
|
||||
if (!function_exists('page_header'))
|
||||
{
|
||||
include("{$this->phpbb_root_path}includes/functions.{$this->php_ext}");
|
||||
}
|
||||
|
||||
page_header($page_title);
|
||||
|
||||
$this->template->set_filenames(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user