aboutsummaryrefslogtreecommitdiffstats
path: root/mod/probe.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-14 18:13:52 -0700
committerFriendika <info@friendika.com>2011-08-14 18:13:52 -0700
commit79529612226dc89b90df33ba066a530d0e716a69 (patch)
tree7da0af3bf3bb5459aa0f5bf81f86cece0ebbe682 /mod/probe.php
parent3a0727d4961aa5743e1f9365c8a3848cfb24a66b (diff)
downloadvolse-hubzilla-79529612226dc89b90df33ba066a530d0e716a69.tar.gz
volse-hubzilla-79529612226dc89b90df33ba066a530d0e716a69.tar.bz2
volse-hubzilla-79529612226dc89b90df33ba066a530d0e716a69.zip
diaspora probe/scrape changes
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>';