summaryrefslogtreecommitdiff
path: root/trace.php
diff options
context:
space:
mode:
authormion <>2026-02-11 22:59:23 +0000
committermion <>2026-02-11 22:59:23 +0000
commit9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch)
treef6e798dfa86336ca48d79e6a8a23ce1e51b72faa /trace.php
test
Diffstat (limited to 'trace.php')
-rw-r--r--trace.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/trace.php b/trace.php
new file mode 100644
index 0000000..7293f8c
--- /dev/null
+++ b/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>