From: x2000habouzit Date: Tue, 19 Sep 2006 06:36:01 +0000 (+0000) Subject: fix missing XDB include X-Git-Tag: xorg/0.9.11~56 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a470727f28e1773755c6a703833451a6743c6fdd;p=platal.git fix missing XDB include git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@872 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/listes_redirect.php b/htdocs/listes_redirect.php index 35d72f1..0828d69 100644 --- a/htdocs/listes_redirect.php +++ b/htdocs/listes_redirect.php @@ -20,6 +20,7 @@ ***************************************************************************/ require_once dirname(__FILE__).'/../include/xorg.inc.php'; +require_once dirname(__FILE__).'/../classes/XDB.php'; preg_match('/^\/(moderate|admin|members)\/(.*)_([^_]*)$/', $_SERVER['REQUEST_URI'], $matches);