aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-16 00:34:08 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-16 00:34:08 +0100
commitd061a5abf844713f6d648ea66454c29667e21c93 (patch)
tree9223e057d278f6483cb1fc0a987531bc9c2bb587 /phpBB
parentc27e8f0dd35eeb3400cca83aeef3c3d3432280f7 (diff)
downloadforums-d061a5abf844713f6d648ea66454c29667e21c93.tar
forums-d061a5abf844713f6d648ea66454c29667e21c93.tar.gz
forums-d061a5abf844713f6d648ea66454c29667e21c93.tar.bz2
forums-d061a5abf844713f6d648ea66454c29667e21c93.tar.xz
forums-d061a5abf844713f6d648ea66454c29667e21c93.zip
[ticket/11206] Remove includes to non-existent files from download/file.php
This makes avatars work again. PHPBB3-11206
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/download/file.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 79f53245b9..85f5d11504 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -42,8 +42,6 @@ if (isset($_GET['avatar']))
}
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/constants.' . $phpEx);