* Plugin Name: GLM ServerStats - Stand Alone
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Server Stats Display.
- * Version: 1.0.9
+ * Version: 1.0.10
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmServerStats
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.0.9
+ * @version 1.0.10
*/
-define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.9');
+define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.10');
// Check that we're being called by WordPress.
if (!defined('ABSPATH')) {
*/
$mainServerStatsMenuSlug = 'glm-server-stats-main-menu';
-
if (current_user_can('editor') || current_user_can('administrator')) {
add_menu_page(
"GLM Bandwidth",
'GLM Bandiwdth',
- 'manage_options',
+ 'edit_pages',
$mainServerStatsMenuSlug,
function() {
serverStatsController('adminServerStats');