mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00:00
sorting out visitor sessions
This commit is contained in:
parent
56a37deb73
commit
059e090b53
8 changed files with 158 additions and 129 deletions
|
@ -39,7 +39,7 @@ function dfrn_poll_init(&$a) {
|
|||
}
|
||||
}
|
||||
$profile = ((strlen($r[0]['nickname'])) ? $r[0]['nickname'] : $r[0]['uid']);
|
||||
goaway($a->get_baseurl() . "/profile/$profile");
|
||||
goaway($a->get_baseurl() . "/profile/$profile/visit");
|
||||
}
|
||||
goaway($a->get_baseurl());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue