diff options
Diffstat (limited to 'data.php')
| -rw-r--r-- | data.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |
