Leerzeichen durch Tabs

Leerzeichen durch Tabs ersetzt
This commit is contained in:
Christian Dresel 2020-08-30 20:56:25 +02:00 committed by GitHub
parent 5fff37499e
commit 7efd09a9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -288,9 +288,9 @@
echo shell_exec('ping '.$ip.' -c 3');
echo "</pre>Traceroute $ip <br /><pre>";
echo shell_exec('traceroute '.$ip.'');
echo "</pre>Aktuelle Route:<pre>";
echo shell_exec('ip route get '.$ip.'');
echo "</pre>";
echo "</pre>Aktuelle Route:<pre>";
echo shell_exec('ip route get '.$ip.'');
echo "</pre>";
} else {
echo("This is not a valid IP address");
}