You are here

function ldap_help_init in Lightweight Directory Access Protocol (LDAP) 7

Implements hook_init().

File

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

Code

function ldap_help_init() {
  drupal_add_css(drupal_get_path('module', 'ldap_help') . '/ldap_help.css', 'module');
}