aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php
index 0ded90d6f..2f63d9299 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -12,6 +12,7 @@ function home_init(&$a) {
$dest = get_pconfig(local_user(),'system','startpage');
if(! $dest)
$dest = z_root() . '/network';
+
goaway($dest);
}