* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: admin.php,v 1.3 2004-09-24 14:35:12 x2000habouzit Exp $
+ $Id: admin.php,v 1.4 2004-10-06 13:16:49 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
-$liste = strtolower($_REQUEST['liste']);
+$liste = $_REQUEST['liste'];
require("auto.prepend.inc.php");
new_skinned_page('listes/admin.tpl', AUTH_MDP, true);
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: check.php,v 1.1 2004-09-25 09:48:06 x2000habouzit Exp $
+ $Id: check.php,v 1.2 2004-10-06 13:16:49 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
-$liste = strtolower($_REQUEST['liste']);
+$liste = $_REQUEST['liste'];
require("auto.prepend.inc.php");
new_admin_page('listes/check.tpl', true);
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: members.php,v 1.1 2004-09-23 15:40:45 x2000habouzit Exp $
+ $Id: members.php,v 1.2 2004-10-06 13:16:49 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
-$liste = strtolower($_REQUEST['liste']);
+$liste = $_REQUEST['liste'];
require("auto.prepend.inc.php");
new_skinned_page('listes/members.tpl', AUTH_COOKIE, true);
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: moderate.php,v 1.5 2004-09-24 14:35:12 x2000habouzit Exp $
+ $Id: moderate.php,v 1.6 2004-10-06 13:16:49 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
-$liste = strtolower($_REQUEST['liste']);
+$liste = $_REQUEST['liste'];
require("auto.prepend.inc.php");
new_skinned_page('listes/moderate.tpl', AUTH_MDP, true);
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: options.php,v 1.1 2004-09-24 14:35:12 x2000habouzit Exp $
+ $Id: options.php,v 1.2 2004-10-06 13:16:49 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
-$liste = strtolower($_REQUEST['liste']);
+$liste = $_REQUEST['liste'];
require("auto.prepend.inc.php");
new_skinned_page('listes/options.tpl', AUTH_MDP, true);
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: soptions.php,v 1.1 2004-09-24 16:28:05 x2000habouzit Exp $
+ $Id: soptions.php,v 1.2 2004-10-06 13:16:49 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
-$liste = strtolower($_REQUEST['liste']);
+$liste = $_REQUEST['liste'];
require("auto.prepend.inc.php");
new_admin_page('listes/soptions.tpl', true);
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: trombi.php,v 1.4 2004-09-23 15:40:45 x2000habouzit Exp $
+ $Id: trombi.php,v 1.5 2004-10-06 13:16:49 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
-$liste = strtolower($_REQUEST['liste']);
+$liste = $_REQUEST['liste'];
$npage = isset($_REQUEST['npage']) ? $_REQUEST['npage'] : 1;
require("auto.prepend.inc.php");