Move the bundled Net/LDAP2 library to the LdapCommon directory
This commit is contained in:
parent
6b538cd9b3
commit
1f73156dae
|
@ -31,6 +31,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
// We bundle the Net/LDAP2 library...
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib');
|
||||
|
||||
class LdapCommon
|
||||
{
|
||||
protected static $ldap_connections = array();
|
||||
|
|
Loading…
Reference in New Issue
Block a user