diff --git a/php/epntap.php b/php/epntap.php index 434d63a..e9bd0a5 100644 --- a/php/epntap.php +++ b/php/epntap.php @@ -50,6 +50,10 @@ function getServices() { for($j=0; $j<count($services); $j++) { $services[$j]['id'] = generateServiceId($services[$j]); $services[$j]['nb_results'] = -1; + if($services[$j]['id'] == 'cdpp/amda/amdadb') { + array_splice($services, $j, 1); + $j-=1; + } } return $services; } else if($i === count($registriesURL)-1) { -- libgit2 0.21.2