Fix listes.p.o/
[platal.git] / htdocs / listes_redirect.php
index c3eba99..3b9191f 100644 (file)
@@ -21,7 +21,7 @@
 
 require_once dirname(__FILE__).'/../include/xorg.inc.php';
 
-preg_match('/^\/(moderate|admin|members|archives)\/(.*)_([^_]*)(/.*)?$/', $_SERVER['REQUEST_URI'], $matches);
+preg_match('!^/(moderate|admin|members|archives)/(.*)_([^_]*)(/.*)?$!', $_SERVER['REQUEST_URI'], $matches);
 
 if ($matches) {
 
@@ -29,7 +29,7 @@ if ($matches) {
     $mbox   = $matches[2];
     $fqdn   = strtolower($matches[3]);
     $sup    = $matches[4];
+
     if ($fqdn == 'polytechnique.org') {
         http_redirect("https://www.polytechnique.org/lists/$action/$mbox$sup");
     }