diff --git a/index.php b/index.php index 4515d3e..21980fa 100644 --- a/index.php +++ b/index.php @@ -288,9 +288,9 @@ echo shell_exec('ping '.$ip.' -c 3'); echo "Traceroute $ip
";
 					echo shell_exec('traceroute '.$ip.'');
-                                        echo "
Aktuelle Route:
";
-                                        echo shell_exec('ip route get '.$ip.'');
-                                        echo "
"; + echo "Aktuelle Route:
";
+					echo shell_exec('ip route get '.$ip.'');
+					echo "
"; } else { echo("This is not a valid IP address"); }