diff --git a/htdocs/admin/phenix.php b/htdocs/admin/phenix.php index 7ca278202d7..a43e23b5fe0 100644 --- a/htdocs/admin/phenix.php +++ b/htdocs/admin/phenix.php @@ -28,7 +28,7 @@ */ require("./pre.inc.php"); -require_once(DOL_DOCUMENT_ROOT.'/lib/phenix.class.php'); +require_once(DOL_DOCUMENT_ROOT.'/phenix/phenix.class.php'); if (!$user->admin) diff --git a/htdocs/lib/phenix.class.php b/htdocs/phenix/phenix.class.php similarity index 98% rename from htdocs/lib/phenix.class.php rename to htdocs/phenix/phenix.class.php index 55dda937168..828b5e52d14 100644 --- a/htdocs/lib/phenix.class.php +++ b/htdocs/phenix/phenix.class.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2008 Laurent Destailleur * Copyright (C) 2005-2007 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -17,11 +17,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /** - \file htdocs/lib/phenix.class.php + \file htdocs/phenix/phenix.class.php \ingroup phenix \brief Ensemble des fonctions permettant d'acceder a la database phenix. \author Laurent Destailleur.