projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ff14d
)
issue13, fixed external link - the browser will complete them
author
Andreas Unterkircher
<unki@netshadow.at>
Tue, 10 Jul 2007 18:52:17 +0000
(18:52 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 14dff99eb0ed67e4681e97651c4f4b652bbb8505..47ce21109e2e980f56dd160bc51182f86ebd1b0a 100644
(file)
--- 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;
}