From 59bdcb73bb89ef61558e9aac4bfade69e9cfe181 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Tue, 10 Aug 2010 21:44:27 +0000 Subject: [PATCH] OK, now let's use the right hostname. :/ --- lists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists.php b/lists.php index 3a22c5b..e1605c6 100644 --- a/lists.php +++ b/lists.php @@ -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 'subscribe';