admin 2019.12.04 22:01 Views : 359
throw new Exception('msg_default_url_is_null');
header( "Location:http://gpusa.org/index.php" );
$homepage = file_get_contents('http://www.gpusa.org/index.php');
echo $homepage;