*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2003-03-23 15:22:59 +00:00
parent 614b173817
commit 3ae75ca41e

View File

@ -1,8 +1,5 @@
<?PHP
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* $Id$
* $Source$
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -18,9 +15,22 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*
*/
require("./pre.inc.php3");
/*
* Sécurité accés client
*/
if ($user->societe_id > 0)
{
accessforbidden();
}
/*
*
*/
llxHeader();
$db = new Db();