_log(ADI_LOG_WARN,'Access to options page denied');
exit();
}
}
// form send?
if (IS_WPMU && $_POST['action'] == 'update') {
$this->_save_wpmu_options($_POST);
} else {
$this->_load_options();
}
// Since we have no plugin activation hook for WPMU,
// we do it here (everytime the admin/options page is shown).
if (IS_WPMU) {
$this->activate();
}
?>
' . __('ATTENTION: You have no LDAP support. This plugin won´t work.', 'ad-integration') . '';
$this->_log(ADI_LOG_WARN,'No LDAP support.');
}
?>
_get_attribute_descriptions();
foreach($descriptions AS $attribute => $description) {?>