diff options
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 |