From: Florent Bruneau Date: Mon, 8 Oct 2007 20:15:37 +0000 (+0200) Subject: Fix listes.p.o/ X-Git-Tag: xorg/0.9.16~291 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=558662bce05a7ffaaadea79514fd8d4cd9f52315;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) {