Explorar o código

Ignore the OOB switch.

Joe Clarke hai 1 ano
pai
achega
7ab08bc9e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      www/export_deadman.php

+ 1 - 1
www/export_deadman.php

@@ -147,7 +147,7 @@ try {
 $infra = $targets['targets']['infra'];
 $new_infra = [];
 foreach ($infra as $target) {
-    if (!preg_match('/^sw-[0-9]+/', $target['name'])) {
+    if (!preg_match('/^sw-([0-9]+|oob)/', $target['name'])) {
         array_push($new_infra, $target);
         continue;
     }