diff options
| author | mion <> | 2026-02-11 22:59:23 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-11 22:59:23 +0000 |
| commit | 9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch) | |
| tree | f6e798dfa86336ca48d79e6a8a23ce1e51b72faa /trace.php | |
test
Diffstat (limited to 'trace.php')
| -rw-r--r-- | trace.php | 4 |
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> |
