diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-06 11:21:47 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-06 11:21:47 +0000 |
commit | 6606581f431f52330b8bcc28e1aa1b55a4b5b408 (patch) | |
tree | 51f9e80b120ad8b3b7c6a05fdd75fc737929da5b /views/default | |
parent | e60775fb5a44955669e18780de3bad7bc0f0ce30 (diff) | |
download | elgg-6606581f431f52330b8bcc28e1aa1b55a4b5b408.tar.gz elgg-6606581f431f52330b8bcc28e1aa1b55a4b5b408.tar.bz2 |
removed several parts of the old installer from the core
git-svn-id: http://code.elgg.org/elgg/trunk@7021 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/settings/install.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/views/default/settings/install.php b/views/default/settings/install.php deleted file mode 100644 index 6fccfb06f..000000000 --- a/views/default/settings/install.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/** - * Elgg system settings on initial installation - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - * - */ - -echo "<p>" . autop(elgg_echo("installation:settings:description")) . "</p>"; - -echo elgg_view("settings/system",array("action" => "action/systemsettings/install"));
\ No newline at end of file |