From e81a4ab3a6714ffca6880a56bd288c596d422823 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 2 Jan 2008 15:26:59 +0000 Subject: [PATCH] Qual: On classe fichier classe phenix dans rep module phenix --- htdocs/admin/phenix.php | 2 +- htdocs/{lib => phenix}/phenix.class.php | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) rename htdocs/{lib => phenix}/phenix.class.php (98%) 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.