From cc043735c64ce861db8863cafd122ef76973cbe5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 6 Aug 2003 09:12:47 +0000 Subject: [PATCH] Ajout lecture des droits --- htdocs/index.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php3 b/htdocs/index.php3 index 0cee3e11859..d96a8e7353e 100644 --- a/htdocs/index.php3 +++ b/htdocs/index.php3 @@ -31,8 +31,8 @@ print "
"; * Boites * */ - -$db = new Db(); +$user->getrights(''); +//$db = new Db(); $sql = "SELECT b.rowid, b.box_id, d.file FROM llx_boxes as b, llx_boxes_def as d WHERE b.box_id = d.rowid"; $result = $db->query($sql);