From: Michael Andreen Date: Tue, 22 Jan 2008 08:26:20 +0000 (+0100) Subject: Use http, which is redirected to the right url X-Git-Url: https://ruin.nu/git/%3CTMPL_VAR%20NAME=PAGE%3E?a=commitdiff_plain;h=f1631dc4199a20b911d1977bf7d533e47bce92d6;p=NDIRC.git Use http, which is redirected to the right url --- diff --git a/Members.pm b/Members.pm index 05b7ac7..462c688 100644 --- a/Members.pm +++ b/Members.pm @@ -66,7 +66,7 @@ SQL $f->execute(); my $calls = ""; while (my ($raid) = $f->fetchrow()){ - $calls .= " https://nd.ruin.nu/raids?raid=$raid |" + $calls .= " http://nd.ruin.nu/raids?raid=$raid |" } $calls = "No open future raids" if ($f->rows == 0); chop($calls);