mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Fixed include problem
This commit is contained in:
parent
9d77bffd4c
commit
c4d9c4039d
@ -76,8 +76,8 @@
|
||||
}
|
||||
|
||||
if (! $error) {
|
||||
include($phpgw_info["server"]["api_inc"] . "/phpgw_accounts_ldap.inc.php");
|
||||
include($phpgw_info["server"]["api_inc"] . "/phpgw_accounts_shared.inc.php");
|
||||
include($phpgw_info["server"]["api_inc"] . "/class.accounts_ldap.inc.php");
|
||||
include($phpgw_info["server"]["api_inc"] . "/class.accounts_shared.inc.php");
|
||||
$accounts = new accounts;
|
||||
|
||||
while ($app = each($s_apps)) {
|
||||
|
Loading…
Reference in New Issue
Block a user