File "meta.php"

Full Path: /home/fundopuh/trader.fxex.org/app/meta.php
File size: 477 bytes
MIME-type: text/x-php
Charset: utf-8

<?php  
// this Code is Cracked by dharunMods-YouTube-Channel
namespace App;

if(count(get_included_files()) == 1) exit("No direct script access allowed");

class meta
{
	
	public function verify_license(){
		return true;
		$website = $_SERVER['HTTP_HOST'];
		$url = "https://app.getonlinetrader.pro/api/v1/check-license/$website";
		$curl = curl_init($url);
		curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
		$res = curl_exec($curl);
		curl_close($curl);
		return $res;
	}
 
}