From 5ebb50ee9d2a301d73a96d44846e9a54cea73f33 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 15 Jan 2010 14:18:23 -0500 Subject: [PATCH] add a (temporary?) entry to registry for content --- 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 4f1104742..e911455ac 100644 --- a/horde/config/registry.php.dist +++ b/horde/config/registry.php.dist @@ -479,6 +479,11 @@ $this->applications['nic'] = array( 'menu_parent' => 'administration' ); +$this->applications['content'] = array( + 'fileroot' => $this->applications['horde']['fileroot'] . '/../content', + 'status' => 'hidden' +); + function _detect_webroot() { // Note for Windows users: the below assumes that your PHP_SELF variable -- 2.11.0