From 9a922cf2380e1dca6e1dbacc5bca297be501382b Mon Sep 17 00:00:00 2001 From: Christian Dresel Date: Sun, 19 Aug 2018 09:50:20 +0200 Subject: [PATCH] Die zuvielemn / entfernt Signed-off-by: Christian Dresel --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index b9bf5ad..58a8700 100644 --- a/index.php +++ b/index.php @@ -213,7 +213,7 @@ $line = explode(" ", $v4route[$i]); for($n = 0; $n < 5; ++$n) { if ($n == 0) { - echo ''.$line[$n].''; + echo ''.$line[$n].''; } else { echo ''.$line[$n].''; @@ -234,7 +234,7 @@ $line = explode(" ", $v6route[$i]); for($n = 0; $n < 8; ++$n) { if ($n == 0) { - echo ''.$line[$n].''; + echo ''.$line[$n].''; } else { echo ''.$line[$n].'';