diff --git a/index.php b/index.php index 22e3d5b..4515d3e 100644 --- a/index.php +++ b/index.php @@ -292,7 +292,7 @@ echo shell_exec('ip route get '.$ip.''); echo ""; } else { - echo("$ip1 is not a valid IP address"); + echo("This is not a valid IP address"); } }