Merge pull request #15 from b3gg3s/master

Ein P zuviel
This commit is contained in:
Robert Langhammer 2019-05-22 08:16:17 +02:00 committed by GitHub
commit d553bfc0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@
if (filter_var($ip, FILTER_VALIDATE_IP)) {
echo "Pinge $ip: <br /><pre>";
echo shell_exec('ping '.$ip.' -c 3');
echo "</pre>Traceroute $ipP <br /><pre>";
echo "</pre>Traceroute $ip <br /><pre>";
echo shell_exec('traceroute '.$ip.'');
echo "</pre>";