diff --git a/front/php/server/mtr.php b/front/php/server/mtr.php new file mode 100644 index 00000000..5e541e64 --- /dev/null +++ b/front/php/server/mtr.php @@ -0,0 +1,40 @@ +"; + echo $output; + echo ""; + exit; +} + +// Test with the "Mtr" command +$output = shell_exec("mtr --report -c 4 $ip"); + +// Show the result +echo "
";
+echo $output;
+echo "
"; + +?>