KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/owens.enteract/inc/libs/instagram/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/owens.enteract/inc/libs/instagram/utils.php
<?php
/* ----------------------------------------------------------------------------------------------- 
TWITTER HANDLER
-----------------------------------------------------------------------------------------------*/
class InstagramHandler{
	public function __construct() {
	}
	//This will gather the main Twitter account access_token set in CMS Twitter Config tool.
	public function callInstagram($url){
		$ch = curl_init();
			curl_setopt_array($ch, array(
			CURLOPT_URL => $url,
			CURLOPT_RETURNTRANSFER => true,
			CURLOPT_SSL_VERIFYPEER => false,
			CURLOPT_SSL_VERIFYHOST => 2
		));
		$result = curl_exec($ch);
		curl_close($ch);
		return $result;
	}
}

Anon7 - 2021