ignore redundant entries when not OK on web_action
This commit is contained in:
parent
5a1f53760e
commit
9c2090ff8b
|
@ -2170,6 +2170,7 @@ order by
|
||||||
// by subdomain
|
// by subdomain
|
||||||
$tmp = array();
|
$tmp = array();
|
||||||
foreach ($da['sub'] as $sub) {
|
foreach ($da['sub'] as $sub) {
|
||||||
|
if ($sub['web_action']!='OK') continue;
|
||||||
if (!$sub['only_dns']) {
|
if (!$sub['only_dns']) {
|
||||||
if (!isset($tmp[$sub['fqdn']])) {
|
if (!isset($tmp[$sub['fqdn']])) {
|
||||||
$tmp[$sub['fqdn']] = 0;
|
$tmp[$sub['fqdn']] = 0;
|
||||||
|
|
Loading…
Reference in New Issue