mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
cfb29e83dd
I for accounts_sql we still need to add a few functions.
4 lines
205 B
PHP
4 lines
205 B
PHP
<?php
|
|
include($phpgw_info["server"]["api_inc"]."/class.accounts_".$phpgw_info["server"]["account_repository"].".inc.php");
|
|
include($phpgw_info["server"]["api_inc"]."/class.accounts_shared.inc.php");
|
|
?>
|