Explicit link to home page

This commit is contained in:
moodler 2006-04-12 01:32:15 +00:00
parent 766ad62808
commit 106da8c6e0

View File

@ -47,7 +47,7 @@
$emailconfirm = get_string("emailconfirm");
print_header($emailconfirm, $emailconfirm, $emailconfirm);
notice(get_string("emailconfirmsent", "", $user->email), "$CFG->wwwroot/");
notice(get_string("emailconfirmsent", "", $user->email), "$CFG->wwwroot/index.php");
exit;
}
}