Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
@@ -15,6 +15,8 @@ function home_init(&$a) {
|
||||
$dest = $channel['channel_startpage'];
|
||||
if(! $dest)
|
||||
$dest = get_pconfig(local_user(),'system','startpage');
|
||||
if(! $dest)
|
||||
$dest = get_config('system','startpage');
|
||||
if(! $dest)
|
||||
$dest = z_root() . '/apps';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user