diff --git a/index.php b/index.php index a4e0310..6eb81f9 100644 --- a/index.php +++ b/index.php @@ -283,7 +283,7 @@ if (filter_var($ip, FILTER_VALIDATE_IP)) { echo "Pinge $ip:
";
 					echo shell_exec('ping '.$ip.' -c 3');
-					echo "
Traceroute $ipP
";
+					echo "
Traceroute $ip
";
 					echo shell_exec('traceroute '.$ip.'');
 					echo "
";