Bläddra i källkod

Use HTTPS instead of HTTP for EUtils calls

Peter Richter 4 år sedan
förälder
incheckning
9b0b74d5a9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

+ 1 - 1
tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

@@ -715,7 +715,7 @@ class TaxonomyImporter extends TripalImporter {
     ]);
 
     // Get the details for this taxonomy.
-    $fetch_url = "http://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?" .
+    $fetch_url = "https://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?" .
       "db=taxonomy" .
       "&id=$taxid";