summaryrefslogtreecommitdiff
path: root/data.php
diff options
context:
space:
mode:
Diffstat (limited to 'data.php')
-rw-r--r--data.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/data.php b/data.php
index 938c865..179c31d 100644
--- a/data.php
+++ b/data.php
@@ -5,6 +5,8 @@ require_once("db.class.php");
require_once("ipmatch.php");
require_once("config.php");
+// dummy - remove me ..
+
header("Content-Type: text/xml");
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
@@ -330,6 +332,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;