From cff1ffacfb5a757df36eab3a81862e1ee83ca0e5 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 18 Feb 2011 18:49:04 +0000 Subject: Fixes #2943: Removed engine/lib/install.php git-svn-id: http://code.elgg.org/elgg/trunk@8290 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index f8c06e10f..850fba216 100644 --- a/engine/start.php +++ b/engine/start.php @@ -60,8 +60,7 @@ $lib_dir = dirname(__FILE__) . '/lib/'; */ $required_files = array( 'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php', - 'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php', - 'output.php' + 'sessions.php', 'languages.php', 'input.php', 'cache.php', 'output.php' ); // include bootstraping libs -- cgit v1.2.3