aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprobe.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-01 23:16:58 -0700
committerfriendica <info@friendica.com>2012-05-01 23:16:58 -0700
commit1b1f56f55625f26d7bc2a5079d385d1c319e2d9a (patch)
tree41c6b19a757f12c31e8d3bab21cc581f72187afe /include/gprobe.php
parentdd273283900409da66ecc4e9ae5a188d5c2db605 (diff)
downloadvolse-hubzilla-1b1f56f55625f26d7bc2a5079d385d1c319e2d9a.tar.gz
volse-hubzilla-1b1f56f55625f26d7bc2a5079d385d1c319e2d9a.tar.bz2
volse-hubzilla-1b1f56f55625f26d7bc2a5079d385d1c319e2d9a.zip
only validate once
Diffstat (limited to 'include/gprobe.php')
-rw-r--r--include/gprobe.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gprobe.php b/include/gprobe.php
index b4edbe4db..5ca42729a 100644
--- a/include/gprobe.php
+++ b/include/gprobe.php
@@ -33,9 +33,6 @@ function gprobe_run($argv, $argc){
$url = hex2bin($argv[1]);
- if(! validate_url($url))
- return;
-
$r = q("select * from gcontact where nurl = '%s' limit 1",
dbesc(normalise_link($url))
);