From: Michael M Slusarz Date: Wed, 28 Jul 2010 17:19:11 +0000 (-0600) Subject: Make the portal the default Horde initial page X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f63085ad2befe24a222f11873b0a19464016a7da;p=horde.git Make the portal the default Horde initial page --- diff --git a/horde/config/registry.php.dist b/horde/config/registry.php.dist index 61d4150b8..28fe5979b 100644 --- a/horde/config/registry.php.dist +++ b/horde/config/registry.php.dist @@ -64,7 +64,7 @@ $this->applications['horde'] = array( 'fileroot' => dirname(__FILE__) . '/..', 'webroot' => _detect_webroot(), - 'initial_page' => 'index.php', + 'initial_page' => 'services/portal/index.php', 'name' => _("Horde"), 'status' => 'active', 'templates' => dirname(__FILE__) . '/../templates',