Make the portal the default Horde initial page
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 28 Jul 2010 17:19:11 +0000 (11:19 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 28 Jul 2010 17:19:15 +0000 (11:19 -0600)
horde/config/registry.php.dist

index 61d4150..28fe597 100644 (file)
@@ -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',