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