summaryrefslogtreecommitdiff
path: root/html/trace.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/trace.php')
-rw-r--r--html/trace.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/trace.php b/html/trace.php
new file mode 100644
index 0000000..7293f8c
--- /dev/null
+++ b/html/trace.php
@@ -0,0 +1,4 @@
+<head><link rel="stylesheet" href="style.css"></head>
+<pre>
+<?php echo shell_exec("traceroute -m 15 ". escapeshellarg($_SERVER['REMOTE_ADDR']));?>
+</pre>