summaryrefslogtreecommitdiff
path: root/html/trace.php
blob: 7293f8c8664f3180ffe5d47993ab18f8f9ede840 (plain)
1
2
3
4
<head><link rel="stylesheet" href="style.css"></head>
<pre>
<?php echo shell_exec("traceroute -m 15 ". escapeshellarg($_SERVER['REMOTE_ADDR']));?>
</pre>