mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
Updating the setup.inc.php files.
This commit is contained in:
parent
8b93ed7df1
commit
2f001c89f5
@ -20,6 +20,7 @@
|
||||
|
||||
$setup_info['addressbook']['author'] = 'Joseph Engo, Miles Lott';
|
||||
$setup_info['addressbook']['note'] = 'The phpgwapi manages contact data. Addressbook manages servers for its remote capability.';
|
||||
$setup_info['addressbook']['license'] = 'GPL';
|
||||
$setup_info['addressbook']['description'] =
|
||||
'Contact manager with Vcard support.';
|
||||
$setup_info['addressbook']['maintainer'] = 'Miles Lott';
|
||||
|
@ -19,6 +19,7 @@
|
||||
$setup_info['admin']['enable'] = 1;
|
||||
|
||||
$setup_info['admin']['author'] = 'phpGW Core';
|
||||
$setup_info['admin']['license'] = 'GPL';
|
||||
$setup_info['admin']['description'] =
|
||||
'phpGroupWare administration application';
|
||||
$setup_info['admin']['maintainer'] = 'phpGW Core';
|
||||
|
@ -18,6 +18,7 @@
|
||||
$setup_info['calendar']['enable'] = 1;
|
||||
|
||||
$setup_info['calendar']['author'] = 'Mark Peters';
|
||||
$setup_info['calendar']['license'] = 'GPL';
|
||||
$setup_info['calendar']['description'] =
|
||||
'Powerful calendar with meeting request system and ACL security.';
|
||||
$setup_info['calendar']['maintainer'] = 'Mark Peters';
|
||||
|
Loading…
Reference in New Issue
Block a user