Qual: On classe fichier classe phenix dans rep module phenix
This commit is contained in:
parent
75285e8587
commit
e81a4ab3a6
@ -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)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
/* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2005-2007 Regis Houssin <regis@dolibarr.fr>
|
||||
*
|
||||
* 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.
|
||||
Loading…
Reference in New Issue
Block a user