[go: up one dir, main page]

File: accounts.php

package info (click to toggle)
sork-accounts 2.1.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 532 kB
  • ctags: 79
  • sloc: sh: 553; php: 360; makefile: 114; perl: 30; xml: 16
file content (14 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

$this->applications['accounts'] = array(
    'fileroot' => '/usr/share/horde2/accounts',
    //'fileroot' => '/usr/local/share/accounts',
    'webroot' => $this->applications['horde']['webroot'] . '/accounts',
    'icon' => '/horde2/accounts/graphics/accounts.gif',
    'name' => _("Accounts"),
    'allow_guests' => true,
    'show' => true,
    'status' => 'active'
);

?>