summaryrefslogtreecommitdiff
path: root/data.php
diff options
context:
space:
mode:
authorAndreas Jakum <aj-gh@users.noreply.github.com>2026-08-27 15:41:46 +0200
committerAndreas Jakum <aj-gh@users.noreply.github.com>2026-08-27 15:41:46 +0200
commit009e64924c0dd66799b58231e0ba130f5c7caa82 (patch)
treedc1c70a7b9c304ca96806b86de781af6ae985046 /data.php
parentfd9ee80f9babc4bc795e99e08f88140888b44455 (diff)
Fix ffwien vpn links on dev-karteHEADmaster
Diffstat (limited to 'data.php')
-rw-r--r--data.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/data.php b/data.php
index 938c865..7f9d543 100644
--- a/data.php
+++ b/data.php
@@ -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;