From: friendica Date: Wed, 2 May 2012 06:16:58 +0000 (-0700) Subject: only validate once X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b1f56f55625f26d7bc2a5079d385d1c319e2d9a;p=friendica.git only validate once --- diff --git a/include/gprobe.php b/include/gprobe.php index b4edbe4dba..5ca42729a7 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)) );