
Events
Upcoming Events
array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$contents = file_get_contents($_ENV['API_PATH'] . '/_php/ampath-feed.php',false, stream_context_create($arrContextOptions));
echo $contents;
}
else
{
try{
$contents = IO::file_get_contents($_ENV['API_PATH'] . '/_php/ampath-feed.php');
echo $contents;
} catch(Exception $e) {
echo call_user_func(array($e, 'getMessage'));
}
}
?>