diff options
Diffstat (limited to 'views/default/admin/site.php')
| -rw-r--r-- | views/default/admin/site.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/views/default/admin/site.php b/views/default/admin/site.php deleted file mode 100644 index 8792431c2..000000000 --- a/views/default/admin/site.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - - /** - * Elgg administration site main screen - * - * @package Elgg - * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey - * @copyright Curverider Ltd 2008 - * @link http://elgg.org/ - */ - - global $CONFIG; - - // Description of what's going on - echo "<p>" . nl2br(elgg_echo("admin:site:description")) . "</p>"; - - echo elgg_view("settings/system",array("action" => $CONFIG->wwwroot."action/admin/site/update_basic")); // Always want to do this first. -?>
\ No newline at end of file |
