'Dashboard', 'tab2' => 'System Info', ); var $menu_tabs_handler = array( 'tab1' => 'render_tab1', 'tab2' => 'render_tab2', ); function __construct() { $this->render_menu_page(); } function get_current_tab() { $tab_keys = array_keys($this->menu_tabs); $tab = isset( $_GET['tab'] ) ? $_GET['tab'] : $tab_keys[0]; return $tab; } /* * Renders our tabs of this menu as nav items */ function render_menu_tabs() { $current_tab = $this->get_current_tab(); echo '
For information, updates and documentation, please visit the AIO WP Security & Firewall Plugin Page.
'; echo 'Follow us on Twitter, Google+ or via Email to stay upto date about the new security features of this plugin.
'; echo ''; echo "";//Include the google chart library global $aiowps_feature_mgr; global $aio_wp_security; $feature_mgr = $aiowps_feature_mgr; $total_site_security_points = $feature_mgr->get_total_site_points(); $total_security_points_achievable = $feature_mgr->get_total_achievable_points(); ?>'.__('Maintenance mode is currently enabled. Remember to turn it off when you are done','aiowpsecurity').'
'; } else{ echo ''.__('Maintenance mode is currently off.','aiowpsecurity').'
'; } echo 'Please review the changes from the scanner menu
'; } else{ echo ''.__('Number of users currently logged in site-wide is:','aiowpsecurity').' '.$num_users.'
'; $info_msg = ''.sprintf( __('Go to the %s menu to see more details', 'aiowpsecurity'), $users_online_link).'
'; echo $info_msg.''.__('There are no other site-wide users currently logged in.','aiowpsecurity').'
'.__('Number of users currently logged into your site is:','aiowpsecurity').' '.$num_users.'
'; $info_msg = ''.sprintf( __('Go to the %s menu to see more details', 'aiowpsecurity'), $users_online_link).'
'; echo $info_msg.''.__('There are no other users currently logged in.','aiowpsecurity').'
db_version();?>prefix; ?>| '.$plugin_details['Name'].' | '.$plugin_details['Version'].' | '.$plugin_details['PluginURI'].' | '; } ?>