From: Florent Bruneau Date: Mon, 8 Oct 2007 20:15:37 +0000 (+0200) Subject: Fix listes.p.o/ X-Git-Tag: xorg/0.9.15~46 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f4ceef8ab3eea8e2537269850ec29c9b502c70bf;p=platal.git Fix listes.p.o/ Signed-off-by: Florent Bruneau --- diff --git a/htdocs/listes_redirect.php b/htdocs/listes_redirect.php index ef1d86a..3b9191f 100644 --- a/htdocs/listes_redirect.php +++ b/htdocs/listes_redirect.php @@ -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) {