We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336368d commit 374e5a5Copy full SHA for 374e5a5
interface/lib/classes/functions.inc.php
@@ -275,7 +275,8 @@ public function suggest_ips($type = 'IPv4'){
275
if(preg_match($regex, $result['ip'])) $ips[] = $result['ip'];
276
}
277
278
-
+
279
+ /*
280
$results = $app->db->queryAllRecords("SELECT xfer FROM dns_slave WHERE xfer != ''");
281
if(!empty($results) && is_array($results)){
282
foreach($results as $result){
@@ -306,6 +307,8 @@ public function suggest_ips($type = 'IPv4'){
306
307
308
309
310
+ */
311
312
$results = $app->db->queryAllRecords("SELECT remote_ips FROM web_database WHERE remote_ips != ''");
313
314
0 commit comments