mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-18 13:30:08 +02:00
[ticket/11206] Remove includes to non-existent files from download/file.php
This makes avatars work again. PHPBB3-11206
This commit is contained in:
parent
c27e8f0dd3
commit
d061a5abf8
@ -42,8 +42,6 @@ if (isset($_GET['avatar']))
|
|||||||
}
|
}
|
||||||
|
|
||||||
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
|
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/di/processor/interface.' . $phpEx);
|
|
||||||
require($phpbb_root_path . 'includes/di/processor/config.' . $phpEx);
|
|
||||||
|
|
||||||
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
|
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user