diff options
Diffstat (limited to 'views/failsafe/settings/install.php')
| -rw-r--r-- | views/failsafe/settings/install.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/views/failsafe/settings/install.php b/views/failsafe/settings/install.php deleted file mode 100644 index 4167c8375..000000000 --- a/views/failsafe/settings/install.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php
-
- /**
- * Elgg system settings on initial installation
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
- * @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 |
