aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-18 18:49:04 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-18 18:49:04 +0000
commitcff1ffacfb5a757df36eab3a81862e1ee83ca0e5 (patch)
treee97f6329e57b1ecffa1dda339459315ad57072ee /engine/start.php
parent951d084b015bcb86019180d270297efaae635b2e (diff)
downloadelgg-cff1ffacfb5a757df36eab3a81862e1ee83ca0e5.tar.gz
elgg-cff1ffacfb5a757df36eab3a81862e1ee83ca0e5.tar.bz2
Fixes #2943: Removed engine/lib/install.php
git-svn-id: http://code.elgg.org/elgg/trunk@8290 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php3
1 files changed, 1 insertions, 2 deletions
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