issue13, fixed external link - the browser will complete them
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 10 Jul 2007 18:52:17 +0000 (18:52 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 10 Jul 2007 18:52:17 +0000 (18:52 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@186 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.class.php

index 14dff99eb0ed67e4681e97651c4f4b652bbb8505..47ce21109e2e980f56dd160bc51182f86ebd1b0a 100644 (file)
@@ -594,7 +594,7 @@ class PHPFSPOT {
          $current_tags = substr($current_tags, 0, strlen($current_tags)-1);
       }
 
-      $extern_link = "http://". $_SERVER['SERVER_NAME'] ."/index.php?mode=showpi";
+      $extern_link = "index.php?mode=showpi";
       if($current_tags != "") {
          $extern_link.= "&tags=". $current_tags;
       }