Fix listes.p.o/
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 8 Oct 2007 20:15:37 +0000 (22:15 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 8 Oct 2007 20:15:54 +0000 (22:15 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/listes_redirect.php

index ef1d86a..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) {