if (version_compare($glmMembersDatabasePluginVersion, GLM_MEMBERS_SERVERSTATS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION) < 0) {
define('GLM_MEMBERS_SERVERSTATS_MIN_VERSION_NOTE', "Members DB: $glmMembersDatabasePluginVersion, ServerStats Requires: ".GLM_MEMBERS_SERVERSTATS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION);
add_action( 'admin_notices', 'glmMembersPluginServerStatsMinVerRequired');
- deactivate_plugins('/'.GLM_MEMBERS_SERVERSTATS_PLUGIN_SLUG.'/'.GLM_MEMBERS_SERVERSTATS_PLUGIN_SLUG.'.php');
+ deactivate_plugins('/'.GLM_MEMBERS_SERVERSTATS_PLUGIN_SLUG.'/index.php');
}
/*