diff options
author | friendica <info@friendica.com> | 2014-06-26 16:26:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-26 16:26:33 -0700 |
commit | fea4eac17a5979fc5ffe0ac74e626c3cc562a45e (patch) | |
tree | 33c1ebecb67d9fdec59c27b9fbf45f381d6606cc /mod | |
parent | 8b545d91db1bec0881645a989f4d7fc146397154 (diff) | |
parent | 0db4b55223d5df47a13cdb47d25ba30fd57df5c1 (diff) | |
download | volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.tar.gz volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.tar.bz2 volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/home.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php index 6f7a0b5d7..bc352976d 100644 --- a/mod/home.php +++ b/mod/home.php @@ -16,6 +16,8 @@ function home_init(&$a) { if(! $dest) $dest = get_pconfig(local_user(),'system','startpage'); if(! $dest) + $dest = get_config('system','startpage'); + if(! $dest) $dest = z_root() . '/apps'; goaway($dest); |