don't show logout link on 'home' link if remote_user

This commit is contained in:
Friendika 2011-02-06 23:04:10 -08:00
parent 0d9ed48738
commit 118f1d7e0a
1 changed files with 7 additions and 7 deletions

View File

@ -762,7 +762,7 @@ function login($register = false) {
$lostpass = t('Forgot your password?');
$lostlink = t('Password Reset');
if(x($_SESSION,'authenticated')) {
if(local_user())) {
$tpl = load_view_file("view/logout.tpl");
}
else {