);
$this->applications['imp'] = array(
- 'fileroot' => dirname(__FILE__) . '/../imp',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../imp',
'webroot' => $this->applications['horde']['webroot'] . '/imp',
'name' => _("Mail"),
'status' => 'active',
);
$this->applications['ingo'] = array(
- 'fileroot' => dirname(__FILE__) . '/../ingo',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../ingo',
'webroot' => $this->applications['horde']['webroot'] . '/ingo',
'name' => _("Filters"),
'status' => 'active',
);
$this->applications['sam'] = array(
- 'fileroot' => dirname(__FILE__) . '/../sam',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../sam',
'webroot' => $this->applications['horde']['webroot'] . '/sam',
'name' => _("Spam"),
'status' => 'active',
);
$this->applications['forwards'] = array(
- 'fileroot' => dirname(__FILE__) . '/../forwards',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../forwards',
'webroot' => $this->applications['horde']['webroot'] . '/forwards',
'name' => _("Forwards"),
'status' => 'active',
);
$this->applications['vacation'] = array(
- 'fileroot' => dirname(__FILE__) . '/../vacation',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../vacation',
'webroot' => $this->applications['horde']['webroot'] . '/vacation',
'name' => _("Vacation"),
'status' => 'active',
);
$this->applications['turba'] = array(
- 'fileroot' => dirname(__FILE__) . '/../turba',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../turba',
'webroot' => $this->applications['horde']['webroot'] . '/turba',
'name' => _("Address Book"),
'status' => 'active',
);
$this->applications['kronolith'] = array(
- 'fileroot' => dirname(__FILE__) . '/../kronolith',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../kronolith',
'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
'name' => _("Calendar"),
'status' => 'active',
);
$this->applications['nag'] = array(
- 'fileroot' => dirname(__FILE__) . '/../nag',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../nag',
'webroot' => $this->applications['horde']['webroot'] . '/nag',
'name' => _("Tasks"),
'status' => 'active',
);
$this->applications['mnemo'] = array(
- 'fileroot' => dirname(__FILE__) . '/../mnemo',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../mnemo',
'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
'name' => _("Notes"),
'status' => 'active',
);
$this->applications['genie'] = array(
- 'fileroot' => dirname(__FILE__) . '/../genie',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../genie',
'webroot' => $this->applications['horde']['webroot'] . '/genie',
'name' => _("Wishlist"),
'status' => 'active',
);
$this->applications['trean'] = array(
- 'fileroot' => dirname(__FILE__) . '/../trean',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../trean',
'webroot' => $this->applications['horde']['webroot'] . '/trean',
'name' => _("Bookmarks"),
'status' => 'active',
);
$this->applications['chora'] = array(
- 'fileroot' => dirname(__FILE__) . '/../chora',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../chora',
'webroot' => $this->applications['horde']['webroot'] . '/chora',
'name' => _("Version Control"),
'status' => 'active',
);
$this->applications['whups'] = array(
- 'fileroot' => dirname(__FILE__) . '/../whups',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../whups',
'webroot' => $this->applications['horde']['webroot'] . '/whups',
'name' => _("Tickets"),
'status' => 'active',
);
$this->applications['luxor'] = array(
- 'fileroot' => dirname(__FILE__) . '/../luxor',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../luxor',
'webroot' => $this->applications['horde']['webroot'] . '/luxor',
'name' => _("X-Ref"),
'status' => 'active',
);
$this->applications['klutz'] = array(
- 'fileroot' => dirname(__FILE__) . '/../klutz',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../klutz',
'webroot' => $this->applications['horde']['webroot'] . '/klutz',
'name' => _("Comics"),
'status' => 'active',
);
$this->applications['mottle'] = array(
- 'fileroot' => dirname(__FILE__) . '/../mottle',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../mottle',
'webroot' => $this->applications['horde']['webroot'] . '/mottle',
'name' => _("MOTD"),
'status' => 'active',
);
$this->applications['jonah'] = array(
- 'fileroot' => dirname(__FILE__) . '/../jonah',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../jonah',
'webroot' => $this->applications['horde']['webroot'] . '/jonah',
'name' => _("News"),
'status' => 'active',
);
$this->applications['goops'] = array(
- 'fileroot' => dirname(__FILE__) . '/../goops',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../goops',
'webroot' => $this->applications['horde']['webroot'] . '/goops',
'name' => _("Search Engines"),
'status' => 'active',
);
$this->applications['juno'] = array(
- 'fileroot' => dirname(__FILE__) . '/../juno',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../juno',
'webroot' => $this->applications['horde']['webroot'] . '/juno',
'name' => _("Accounting"),
'status' => 'active',
);
$this->applications['midas'] = array(
- 'fileroot' => dirname(__FILE__) . '/../midas',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../midas',
'webroot' => $this->applications['horde']['webroot'] . '/midas',
'name' => _("Ads"),
'status' => 'active',
);
$this->applications['sesha'] = array(
- 'fileroot' => dirname(__FILE__) . '/../sesha',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../sesha',
'webroot' => $this->applications['horde']['webroot'] . '/sesha',
'name' => _("Inventory"),
'status' => 'active',
);
$this->applications['hermes'] = array(
- 'fileroot' => dirname(__FILE__) . '/../hermes',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../hermes',
'webroot' => $this->applications['horde']['webroot'] . '/hermes',
'name' => _("Time Tracking"),
'status' => 'active',
);
$this->applications['gollem'] = array(
- 'fileroot' => dirname(__FILE__) . '/../gollem',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../gollem',
'webroot' => $this->applications['horde']['webroot'] . '/gollem',
'name' => _("File Manager"),
'status' => 'active',
);
$this->applications['passwd'] = array(
- 'fileroot' => dirname(__FILE__) . '/../passwd',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../passwd',
'webroot' => $this->applications['horde']['webroot'] . '/passwd',
'name' => _("Password"),
'status' => 'active',
);
$this->applications['jeta'] = array(
- 'fileroot' => dirname(__FILE__) . '/../jeta',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../jeta',
'webroot' => $this->applications['horde']['webroot'] . '/jeta',
'name' => _("SSH"),
'status' => 'active',
);
$this->applications['agora'] = array(
- 'fileroot' => dirname(__FILE__) . '/../agora',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../agora',
'webroot' => $this->applications['horde']['webroot'] . '/agora',
'name' => _("Forums"),
'status' => 'active',
);
$this->applications['ulaform'] = array(
- 'fileroot' => dirname(__FILE__) . '/../ulaform',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../ulaform',
'webroot' => $this->applications['horde']['webroot'] . '/ulaform',
'name' => _("Forms"),
'status' => 'active',
);
$this->applications['volos'] = array(
- 'fileroot' => dirname(__FILE__) . '/../volos',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../volos',
'webroot' => $this->applications['horde']['webroot'] . '/volos',
'name' => _("Guestbook"),
'status' => 'active',
);
$this->applications['ansel'] = array(
- 'fileroot' => dirname(__FILE__) . '/../ansel',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../ansel',
'webroot' => $this->applications['horde']['webroot'] . '/ansel',
'name' => _("Photos"),
'status' => 'active',
);
$this->applications['scry'] = array(
- 'fileroot' => dirname(__FILE__) . '/../scry',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../scry',
'webroot' => $this->applications['horde']['webroot'] . '/scry',
'name' => _("Polls"),
'status' => 'active',
);
$this->applications['merk'] = array(
- 'fileroot' => dirname(__FILE__) . '/../merk',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../merk',
'webroot' => $this->applications['horde']['webroot'] . '/merk',
'name' => _("Shopping"),
'status' => 'active',
);
$this->applications['wicked'] = array(
- 'fileroot' => dirname(__FILE__) . '/../wicked',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../wicked',
'webroot' => $this->applications['horde']['webroot'] . '/wicked',
'name' => _("Wiki"),
'status' => 'active',
);
$this->applications['vilma'] = array(
- 'fileroot' => dirname(__FILE__) . '/../vilma',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../vilma',
'webroot' => $this->applications['horde']['webroot'] . '/vilma',
'name' => _("Mail Admin"),
'status' => 'active',
);
$this->applications['nic'] = array(
- 'fileroot' => dirname(__FILE__) . '/../nic',
+ 'fileroot' => $this->applications['horde']['fileroot'] . '/../nic',
'webroot' => $this->applications['horde']['webroot'] . '/nic',
'name' => _("Network Tools"),
'status' => 'active',