Merge PR #1094 branch 'igorw/ticket/11206' into develop

* igorw/ticket/11206:
  [ticket/11206] Remove includes to non-existent files from download/file.php
This commit is contained in:
Oleg Pudeyev 2012-11-15 18:49:45 -05:00
commit f553635491

View file

@ -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);