diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/install.php | 12 | ||||
| -rw-r--r-- | engine/start.php | 3 | 
2 files changed, 1 insertions, 14 deletions
diff --git a/engine/lib/install.php b/engine/lib/install.php deleted file mode 100644 index a5fa8acb7..000000000 --- a/engine/lib/install.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -/** - * Elgg installation - * Various functions to assist with installing and upgrading the system - * - * @package Elgg.Core - * @subpackage Installation - */ - - - 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  | 
