diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 09:52:52 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 09:52:52 +0000 |
commit | fb7eae202bae76c7f7b60cd1393fe6994a11b291 (patch) | |
tree | f0565c5cf8ea9e7971d3df697d7e095dcdd621bf /actions/login.php | |
parent | 871b2cc9de5ab5ad90ddbaeed806633f59d78808 (diff) | |
download | elgg-fb7eae202bae76c7f7b60cd1393fe6994a11b291.tar.gz elgg-fb7eae202bae76c7f7b60cd1393fe6994a11b291.tar.bz2 |
Users are now logged into the dashboard.
git-svn-id: https://code.elgg.org/elgg/trunk@1218 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php index 1a47dcb51..769a2e671 100644 --- a/actions/login.php +++ b/actions/login.php @@ -29,6 +29,7 @@ if ($result) {
system_message(elgg_echo('loginok'));
+ forward("pg/dashboard/");
} else {
system_message(elgg_echo('loginerror'));
}
|