Variant Analysis Log - Thu Feb 19 20:58:20 UTC 2026 ================================= File: poll-log.inc.php 32: $sql .= " AND `last_polled` <= DATE_ADD(NOW(), INTERVAL - $overdue SECOND)"; 43:$sql .= " ORDER BY $sort"; 56: $sql .= " LIMIT $limit_low,$limit_high"; File: alerts.inc.php 98:$sql .= " RIGHT JOIN `alert_rules` ON `alerts`.`rule_id`=`alert_rules`.`id` WHERE $where"; 112:$sql .= " ORDER BY $sort"; 120: $sql .= " LIMIT $limit_low,$limit_high"; File: eventlog.inc.php 37: $sql = " FROM `eventlog` AS E LEFT JOIN `devices` AS `D` ON `E`.`device_id`=`D`.`device_id` WHERE $where"; 39: $sql = " FROM `eventlog` AS E, devices_perms AS P WHERE $where AND E.device_id = P.device_id AND P.user_id = ?"; 63:$sql .= " ORDER BY $sort"; File: bills.inc.php 72:$sql .= "\nORDER BY $sort"; 80: $sql .= " LIMIT $limit_low,$limit_high"; File: ix-list.inc.php 45:$sql .= " ORDER BY $sort"; 53: $sql .= " LIMIT $limit_low,$limit_high"; 56:$sql = "SELECT * $sql"; File: ix-peers.inc.php 58:$sql .= " ORDER BY $sort"; 66: $sql .= " LIMIT $limit_low,$limit_high"; 69:$sql = "SELECT `P`.`remote_asn`, `P`.`name`, `P`.`remote_ipaddr4`, `P`.`peer_id`, `bgpPeers`.`bgpPeerIdentifier` $sql"; File: alertlog.inc.php 64:$sql = " FROM `alert_log` AS E LEFT JOIN devices AS D ON E.device_id=D.device_id LEFT JOIN alert_rules AS R ON E.rule_id=R.id WHERE $where"; 76:$sql .= " ORDER BY $sort"; 84: $sql .= " LIMIT $limit_low,$limit_high"; File: as-selection.inc.php 27:$sql .= " GROUP BY `bgpLocalAs` ORDER BY $sort"; 35: $sql .= " LIMIT $limit_low,$limit_high"; 38:$sql = "SELECT `bgpLocalAs` $sql"; File: storage-edit.inc.php 27:$sql .= " ORDER BY $sort"; 35: $sql .= " LIMIT $limit_low,$limit_high"; 38:$sql = "SELECT * $sql"; File: mempool-edit.inc.php 27:$sql .= " ORDER BY $sort"; 35: $sql .= " LIMIT $limit_low,$limit_high"; 38:$sql = "SELECT * $sql"; File: processor-edit.inc.php 27:$sql .= " ORDER BY $sort"; 35: $sql .= " LIMIT $limit_low,$limit_high"; 38:$sql = "SELECT * $sql"; File: routing-edit.inc.php 38:$sql .= " ORDER BY $sort"; 46: $sql .= " LIMIT $limit_low,$limit_high"; 49:$sql = "SELECT * $sql";