Make the network page the new default page after login.
This commit is contained in:
parent
316f0a75cd
commit
69bb3ff637
|
@ -7,7 +7,8 @@ function home_init(&$a) {
|
||||||
call_hooks('home_init',$ret);
|
call_hooks('home_init',$ret);
|
||||||
|
|
||||||
if(local_user() && ($a->user['nickname']))
|
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')))
|
if(strlen(get_config('system','singleuser')))
|
||||||
goaway($a->get_baseurl()."/profile/" . get_config('system','singleuser'));
|
goaway($a->get_baseurl()."/profile/" . get_config('system','singleuser'));
|
||||||
|
|
Loading…
Reference in a new issue