Commit 4fda321d authored by alinetenorio's avatar alinetenorio
Browse files

alterando validação de grupo de pesquisa

parent b0c0a08e
......@@ -21,9 +21,9 @@ class GrupoPesquisaValidation
return false;
}
// if(parse_url($url)['host'] != 'dgp.cnpq.br'){
// return false;
// }
if(parse_url($url)['host'] != 'dgp.cnpq.br'){
return false;
}
if($this->getHttpResponseCode_using_getheaders($url) != 200){
return false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment