]> git.mxchange.org Git - friendica.git/blobdiff - mod/parse_url.php
Merge pull request #1453 from annando/ddos-with-gprobe
[friendica.git] / mod / parse_url.php
index 8920878a88a7af6b81aaf8507296004ef25d88de..7f4bd29a08b292728e2c07b3bb0f457c796420c3 100644 (file)
@@ -471,10 +471,7 @@ function parse_url_content(&$a) {
 
        $sitedata = "";
 
-       if($siteinfo["title"] == "") {
-               $sitedata .= sprintf($template,$url,$url,'') . $str_tags;
-               #killme();
-       } else {
+       if($siteinfo["title"] != "") {
                $text = $siteinfo["text"];
                $title = $siteinfo["title"];
        }