mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/event-dispatcher] Delete hard dependency on composer.
Applications should not depend on package managers. PHPBB3-9550
This commit is contained in:
@@ -38,8 +38,6 @@ if (isset($_GET['avatar']))
|
||||
exit;
|
||||
}
|
||||
|
||||
require($phpbb_root_path . 'vendor/.composer/autoload.php');
|
||||
|
||||
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
|
||||
require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
|
||||
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||
|
Reference in New Issue
Block a user