mirror of
https://github.com/friendica/friendica
synced 2024-11-13 00:22:59 +00:00
Make the network page the new default page after login.
This commit is contained in:
parent
316f0a75cd
commit
69bb3ff637
1 changed files with 11 additions and 10 deletions
|
@ -7,7 +7,8 @@ function home_init(&$a) {
|
|||
call_hooks('home_init',$ret);
|
||||
|
||||
if(local_user() && ($a->user['nickname']))
|
||||
goaway( $a->get_baseurl() . "/profile/" . $a->user['nickname'] );
|
||||
goaway($a->get_baseurl()."/network");
|
||||
//goaway($a->get_baseurl()."/profile/".$a->user['nickname']);
|
||||
|
||||
if(strlen(get_config('system','singleuser')))
|
||||
goaway($a->get_baseurl()."/profile/" . get_config('system','singleuser'));
|
||||
|
|
Loading…
Reference in a new issue