aboutsummaryrefslogtreecommitdiffstats
path: root/mod/probe.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/probe.php')
-rw-r--r--mod/probe.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/probe.php b/mod/probe.php
index 221d18650..c95db291b 100644
--- a/mod/probe.php
+++ b/mod/probe.php
@@ -13,6 +13,7 @@ function probe_content(&$a) {
$o .= '<br /><br />';
if(x($_GET,'addr')) {
+
$addr = trim($_GET['addr']);
$res = probe_url($addr);
$o .= '<pre>';