diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-10 18:52:17 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-10 18:52:17 +0000 |
commit | cac16f3332944390250a2a2fcd460bef818a65a5 (patch) | |
tree | 1e1469b765fc74bd8b7cd54038fbd56fa3b6e20b | |
parent | e0ff14d4bcc1659675a8c5208d4151a04c2b0de9 (diff) |
issue13, fixed external link - the browser will complete them
git-svn-id: file:///var/lib/svn/phpfspot/trunk@186 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 14dff99..47ce211 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -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; } |