mirror of
https://git.code.sf.net/p/quake/website
synced 2025-04-08 08:40:53 +00:00
OK, now let's use the right hostname. :/
This commit is contained in:
parent
cae96dc6be
commit
59bdcb73bb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
function mailListLinks ($listName)
|
||||
{
|
||||
$subUrl = 'http://lists.sourceforge.net/lists/listinfo/';
|
||||
$archiveUrl = 'http://lists.sourceforge.net/mailarchive/forum.php?forum_name=';
|
||||
$archiveUrl = 'http://sourceforge.net/mailarchive/forum.php?forum_name=';
|
||||
|
||||
echo '[ ';
|
||||
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
|
||||
|
|
Loading…
Reference in a new issue