forked from extern/egroupware
4 lines
241 B
PHP
4 lines
241 B
PHP
|
<?php
|
||
|
include($phpgw_info["server"]["include_root"]."/phpgwapi/inc/class.accounts_".$phpgw_info["server"]["account_repository"].".inc.php");
|
||
|
include($phpgw_info["server"]["include_root"]."/phpgwapi/inc/class.accounts_shared.inc.php");
|
||
|
?>
|