mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
5 lines
257 B
PHP
5 lines
257 B
PHP
<?php
|
|
if (!$phpgw_info["server"]["contact_application"]) { $phpgw_info["server"]["contact_application"] = "addressbook"; }
|
|
include($phpgw_info["server"]["include_root"]."/".$phpgw_info["server"]["contact_application"]."/inc/class.contacts.inc.php");
|
|
?>
|