From 90a2ff3748fc26760444e567070a2e9177aaa6cd Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 5 Feb 2010 11:39:32 +0100 Subject: [PATCH] Add timeobjects too. --- horde/config/registry.php.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/horde/config/registry.php.dist b/horde/config/registry.php.dist index bb044929b..61d4150b8 100644 --- a/horde/config/registry.php.dist +++ b/horde/config/registry.php.dist @@ -502,6 +502,11 @@ $this->applications['content'] = array( 'status' => 'hidden' ); +$this->applications['timeobjects'] = array( + 'fileroot' => $this->applications['horde']['fileroot'] . '/timeobjects', + 'status' => 'hidden' +); + function _detect_webroot() { // Note for Windows users: the below assumes that your PHP_SELF variable -- 2.11.0