This commit is contained in:
friendica
2014-06-26 16:26:33 -07:00
5 changed files with 15 additions and 5 deletions
+2
View File
@@ -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';