diff options
| author | Andreas Jakum <aj-gh@users.noreply.github.com> | 2026-08-27 15:41:46 +0200 |
|---|---|---|
| committer | Andreas Jakum <aj-gh@users.noreply.github.com> | 2026-08-27 15:41:46 +0200 |
| commit | 009e64924c0dd66799b58231e0ba130f5c7caa82 (patch) | |
| tree | dc1c70a7b9c304ca96806b86de781af6ae985046 /data.php | |
| parent | fd9ee80f9babc4bc795e99e08f88140888b44455 (diff) | |
Diffstat (limited to 'data.php')
| -rw-r--r-- | data.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -330,6 +330,8 @@ foreach ($lines as $num => $line) ($nodename[$iptoLoc] == "tunnel" && $locations[$locids[$iptoLoc]]->locname == "housing") || ($nodename[$ipfromLoc] == "viennagw" && $locations[$locids[$ipfromLoc]]->locname == "edis") || ($nodename[$iptoLoc] == "viennagw" && $locations[$locids[$iptoLoc]]->locname == "edis") || + ($nodename[$ipfromLoc] == "viennagw" && $locations[$locids[$ipfromLoc]]->locname == "ffwien") || + ($nodename[$iptoLoc] == "viennagw" && $locations[$locids[$iptoLoc]]->locname == "ffwien") || ($locations[$locids[$iptoLoc]]->hastinc && $locations[$locids[$ipfromLoc]]->hastinc)) { $links[$i]->label = -1; |
