issue with startpage plugin
This commit is contained in:
parent
257b1db08d
commit
3e64208f48
@ -12,6 +12,7 @@ function home_init(&$a) {
|
|||||||
$dest = get_pconfig(local_user(),'system','startpage');
|
$dest = get_pconfig(local_user(),'system','startpage');
|
||||||
if(! $dest)
|
if(! $dest)
|
||||||
$dest = z_root() . '/network';
|
$dest = z_root() . '/network';
|
||||||
|
|
||||||
goaway($dest);
|
goaway($dest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user