mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
9 lines
284 B
PHP
9 lines
284 B
PHP
<?php
|
|
if (!$phpgw_info['server']['contact_repository'])
|
|
{
|
|
$phpgw_info['server']['contact_repository'] = 'sql';
|
|
}
|
|
include(PHPGW_API_INC . '/class.contacts_'.$phpgw_info['server']['contact_repository'] . '.inc.php');
|
|
include(PHPGW_API_INC . '/class.contacts_shared.inc.php');
|
|
?>
|