You are here

function ldaphelp_init in LDAP integration 6

Implementation of hook_init().

File

ldaphelp/ldaphelp.module, line 49
The ldaphelp module is a module to help admins debug ldap_integration modules.

Code

function ldaphelp_init() {
  module_load_include('inc', 'ldapauth', 'ldapauth.admin');
  module_load_include('inc', 'ldapauth', 'includes/ldap.core');
  module_load_include('inc', 'ldapauth', 'includes/LDAPInterface');
  drupal_add_css(drupal_get_path('module', 'ldaphelp') . '/ldaphelp.css', 'module');
}