mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Make $common a CreateObject
This commit is contained in:
parent
f7533ca3d0
commit
cdbe460eea
@ -27,9 +27,8 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
// Does not return unless user is authorized
|
// Does not return unless user is authorized
|
||||||
include( PHPGW_INCLUDE_ROOT . "/phpgwapi/inc/class.common.inc.php");
|
|
||||||
|
|
||||||
$common = new common;
|
$common = CreateObject("phpgwapi.common");
|
||||||
$phpgw_setup->loaddb();
|
$phpgw_setup->loaddb();
|
||||||
|
|
||||||
$phpgw_info["server"]["auth_type"] = "ldap";
|
$phpgw_info["server"]["auth_type"] = "ldap";
|
||||||
|
Loading…
Reference in New Issue
Block a user