1
0
Fork 0
This commit is contained in:
friendica 2012-08-18 15:18:02 -07:00
commit a26b4e8af1
10 changed files with 36 additions and 14 deletions

View file

@ -904,6 +904,10 @@ if(! function_exists('login')) {
$tpl = get_markup_template("logout.tpl");
}
else {
$a->page['htmlhead'] .= replace_macros(get_markup_template("login_head.tpl"),array(
'$baseurl' => $a->get_baseurl(true)
));
$tpl = get_markup_template("login.tpl");
$_SESSION['return_url'] = $a->query_string;
}