From ebc66049a8cb1a43257dcad92c4aef3eae5986d1 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Wed, 27 Apr 2005 14:21:42 +0000 Subject: [PATCH] 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 --- scripts/listes_redirect.php | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.1.4