today:
142
yesterday:
421
Total:
1,581,776

Technology

LINE 236

admin 2019.12.04 20:16 Views : 228

if($host && ($host !== $defaultHost && ($host !== $site_module_info->domain || $host !== $siteDomain)))

{

                $homepage = file_get_contents('http://www.gpusa.org/index.php');

                echo $homepage;

}

else if((!$host || !$urlInfo || !$urlInfo['scheme']) && preg_match("/^(https?|[a-z0-9])+\:(\/)*/i", urldecode($url)))

{

throw new exception('msg_invalid_request');

}

}

 
throw new Exception('msg_default_url_is_null');