diff --git a/index.php b/index.php index dc603fd..6eeb31b 100644 --- a/index.php +++ b/index.php @@ -69,7 +69,7 @@ } foreach ($neighbour as $temp) { $address=explode(" ",strstr($temp,"address")); - $interface=explode(" ",strstr($temp,"interface")); + $interface=explode(" ",strstr($temp,"if")); $reach=explode(" ",strstr($temp,"reach")); $rxcost=explode(" ",strstr($temp,"rxcost")); $txcost=explode(" ",strstr($temp,"txcost")); @@ -123,6 +123,7 @@

Babel information

"; + echo 'Quellcode Simple Babelweb'; foreach($output['data'] as $temp) { echo "$temp"; } echo "";