diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-15 18:49:45 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-15 18:49:45 -0500 |
commit | f5536354917d0ae9dd5a1f7c842f175478b8f904 (patch) | |
tree | 9223e057d278f6483cb1fc0a987531bc9c2bb587 | |
parent | c27e8f0dd35eeb3400cca83aeef3c3d3432280f7 (diff) | |
parent | d061a5abf844713f6d648ea66454c29667e21c93 (diff) | |
download | forums-f5536354917d0ae9dd5a1f7c842f175478b8f904.tar forums-f5536354917d0ae9dd5a1f7c842f175478b8f904.tar.gz forums-f5536354917d0ae9dd5a1f7c842f175478b8f904.tar.bz2 forums-f5536354917d0ae9dd5a1f7c842f175478b8f904.tar.xz forums-f5536354917d0ae9dd5a1f7c842f175478b8f904.zip |
Merge PR #1094 branch 'igorw/ticket/11206' into develop
* igorw/ticket/11206:
[ticket/11206] Remove includes to non-existent files from download/file.php
-rw-r--r-- | phpBB/download/file.php | 2 |
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); |