From f63085ad2befe24a222f11873b0a19464016a7da Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 28 Jul 2010 11:19:11 -0600 Subject: [PATCH] Make the portal the default Horde initial page --- horde/config/registry.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0