作者 刘锟

update

@@ -672,7 +672,7 @@ function check_remote_url_down($url){ @@ -672,7 +672,7 @@ function check_remote_url_down($url){
672 } 672 }
673 673
674 $host_arr = explode('.',$host); 674 $host_arr = explode('.',$host);
675 - if(strpos($host_arr[0],'cnd') !== false){ 675 + if(strpos($host_arr[0],'cdn') !== false){
676 return false; 676 return false;
677 } 677 }
678 678