X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdiscover_poco.php;h=10c741ae5f10aa78b0510ecdc9d2bdfe9567bc14;hb=98945eb6fa4e9d9becbeebf41648ead49e32d4da;hp=0b468faea189e522505ed5c686facd22be905406;hpb=01b02dbcaa8532f965389375e961d9c47d74eeec;p=friendica.git diff --git a/include/discover_poco.php b/include/discover_poco.php index 0b468faea1..10c741ae5f 100644 --- a/include/discover_poco.php +++ b/include/discover_poco.php @@ -1,9 +1,10 @@ maxload_reached()) return; if(($argc > 2) && ($argv[1] == "dirsearch")) { @@ -186,6 +186,10 @@ function discover_directory($search) { */ function gs_search_user($search) { + // Currently disabled, since the service isn't available anymore. + // It is not removed since I hope that there will be a successor. + return false; + $a = get_app(); $url = "http://gstools.org/api/users_search/".urlencode($search);