From 0af7d610c08307fbe8df20e0d44e54dcb9429d64 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sat, 17 Mar 2012 22:45:27 -0400 Subject: [feature/event-dispatcher] Delete hard dependency on composer. Applications should not depend on package managers. PHPBB3-9550 --- phpBB/download/file.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/download/file.php') diff --git a/phpBB/download/file.php b/phpBB/download/file.php index 3f14a9cb82..2baa9d6c8a 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -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); -- cgit v1.2.1