diff --git a/site/static/cgi/share.php b/site/static/cgi/share.php index dd245f3..85db9b2 100644 --- a/site/static/cgi/share.php +++ b/site/static/cgi/share.php @@ -25,7 +25,6 @@ else { if ($service === "diaspora") { $diasporapod = validateurl($diasporapod); - echo $diasporapod; header("Location: " . $diasporapod . "/bookmarklet?url=" . $url . "&title=" . $title); die(); } elseif($service === "gnusocial") {