// Make sure the current user has this capability
if (! current_user_can('activate_plugins')) {
- $this->addNotice("Interesting, you don't have permission to activate plugins.");
die();
}
// Get current server stats settings to use for Server Settings form
$serverStatsSettings = $this->editEntry(1);
- if ($serverStatsSettings === false) {
-
- if (GLM_MEMBERS_PLUGIN_ADMIN_DEBUG) {
- glmMembersAdmin::addNotice("<b> /models/admin/management/serverStats.php: Unable to load server stats management settings.", 'Alert');
- }
-
- }
-
// Compile template data
$templateData = array(
'option' => $option,