diff --git a/htdocs/admin/mantis.php b/htdocs/admin/mantis.php index 17c0bd29c41..2941ca3d33a 100644 --- a/htdocs/admin/mantis.php +++ b/htdocs/admin/mantis.php @@ -1,7 +1,7 @@ * Copyright (C) 2003 Éric Seigne - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2008 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier * @@ -20,7 +20,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /** @@ -31,7 +30,7 @@ */ require("./pre.inc.php"); -require_once(DOL_DOCUMENT_ROOT.'/lib/mantis.class.php'); +require_once(DOL_DOCUMENT_ROOT.'/mantis/mantis.class.php'); if (!$user->admin) diff --git a/htdocs/lib/mantis.class.php b/htdocs/mantis/mantis.class.php similarity index 95% rename from htdocs/lib/mantis.class.php rename to htdocs/mantis/mantis.class.php index df0cd2a1dc3..278b6f8a160 100644 --- a/htdocs/lib/mantis.class.php +++ b/htdocs/mantis/mantis.class.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2008 Laurent Destailleur * * 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 @@ -17,11 +17,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /** - \file htdocs/lib/mantis.class.php + \file htdocs/mantis/mantis.class.php \ingroup mantis \brief Ensemble des fonctions permettant d'acceder a la database mantis. \author Laurent Destailleur.