Move the bundled Net/LDAP2 library to the LdapCommon directory

This commit is contained in:
Craig Andrews 2010-03-23 21:57:47 -04:00
parent 6b538cd9b3
commit 1f73156dae
11 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1); exit(1);
} }
// We bundle the Net/LDAP2 library...
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib');
class LdapCommon class LdapCommon
{ {
protected static $ldap_connections = array(); protected static $ldap_connections = array();