From: Pierre Habouzit (MadCoder Date: Wed, 27 Apr 2005 14:21:42 +0000 (+0000) Subject: some 'backports' of log files, and fix the redirect for new lists X-Git-Tag: xorg/old~169 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ebc66049a8cb1a43257dcad92c4aef3eae5986d1;p=platal.git some 'backports' of log files, and fix the redirect for new lists Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.5--base-0 tag of opensource@polytechnique.org--2005/platal--mainline--0.9--patch-527 * opensource@polytechnique.org--2005/platal--release--0.9.5--patch-9 from dev to prod : manageurs compatibility * opensource@polytechnique.org--2005/platal--release--0.9.5--patch-10 fix redirect git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-593 --- diff --git a/scripts/listes_redirect.php b/scripts/listes_redirect.php index 5758af8..fa47cac 100644 --- a/scripts/listes_redirect.php +++ b/scripts/listes_redirect.php @@ -6,7 +6,6 @@ if (empty($matches)) { $action = $matches[1]; $mbox = $matches[2]; $fqdn = strtolower($matches[3]); - if ($action == 'members') { $action = 'membres'; } if ($fqdn == 'polytechnique.org') { header("Location: https://www.polytechnique.org/listes/$action?liste=$mbox"); } else {