1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/event-dispatcher] Delete hard dependency on composer.

Applications should not depend on package managers.

PHPBB3-9550
This commit is contained in:
Oleg Pudeyev
2012-03-17 22:45:27 -04:00
parent ae984025f0
commit 0af7d610c0
5 changed files with 0 additions and 10 deletions

View File

@@ -69,8 +69,6 @@ else
}
@ini_set('memory_limit', $mem_limit);
require($phpbb_root_path . 'vendor/.composer/autoload.php');
// Include essential scripts
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
require($phpbb_root_path . 'includes/functions.' . $phpEx);