forked from extern/egroupware
Add setup info files
This commit is contained in:
parent
f102d4abf2
commit
b4c49a5ea6
3
addressbook/setup/setup_info.inc.php
Normal file
3
addressbook/setup/setup_info.inc.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
$setup_info["addressbook"] = array("name" => "Addressbook", "app_order" => 4, "version" => $phpgw_info["server"]["versions"]["phpgwapi"]);
|
||||||
|
?>
|
3
calendar/setup/setup_info.inc.php
Normal file
3
calendar/setup/setup_info.inc.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
$setup_info["calendar"] = array("name" => "Calendar", "app_order" => 3, "version" => $phpgw_info["server"]["versions"]["phpgwapi"]);
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user