Zeile258 ein P zuviel

This commit is contained in:
root 2019-02-19 21:50:29 +01:00
parent 5a98cedb84
commit a21ed669f4
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>";