]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #2943: Removed engine/lib/install.php
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 18 Feb 2011 18:49:04 +0000 (18:49 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 18 Feb 2011 18:49:04 +0000 (18:49 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8290 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/install.php [deleted file]
engine/start.php

diff --git a/engine/lib/install.php b/engine/lib/install.php
deleted file mode 100644 (file)
index a5fa8ac..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * Elgg installation
- * Various functions to assist with installing and upgrading the system
- *
- * @package Elgg.Core
- * @subpackage Installation
- */
-
-
-
index f8c06e10f3d9e386eca9c2a05f64f9f405704f47..850fba216c6ab5099ab95f1aeab7d278fca8a268 100644 (file)
@@ -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