mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
5 lines
260 B
PHP
5 lines
260 B
PHP
<?php
|
|
if (!$phpgw_info["server"]["contacts_application"]) { $phpgw_info["server"]["contacts_application"] = "addressbook"; }
|
|
include($phpgw_info["server"]["include_root"]."/".$phpgw_info["server"]["contacts_application"]."/inc/class.contacts.inc.php");
|
|
?>
|