diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 13:48:23 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 13:48:23 +0000 |
commit | 1a9cf80a5a78f5162ed615c4604060de30ba3c95 (patch) | |
tree | 4e52fb7b006f8e6937595f5f47da88744cc1291d /mod/dashboard/index.php | |
parent | f01d6a8266797c15155734002727496c0f0e8648 (diff) | |
download | elgg-1a9cf80a5a78f5162ed615c4604060de30ba3c95.tar.gz elgg-1a9cf80a5a78f5162ed615c4604060de30ba3c95.tar.bz2 |
No need to have the dashboard plugin. Dashboard is part of core.
git-svn-id: https://code.elgg.org/elgg/trunk@1234 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/dashboard/index.php')
-rw-r--r-- | mod/dashboard/index.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mod/dashboard/index.php b/mod/dashboard/index.php deleted file mode 100644 index 9f70ff6c0..000000000 --- a/mod/dashboard/index.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php
-
- require_once("../../engine/start.php");
-
- global $CONFIG;
-
- $body = elgg_view("dashboard/welcome");
-
- echo page_draw("Dashboard", $body);
-
-?>
\ No newline at end of file |