Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 47 → Rev 48

/trunk/serveur/eflore_serveur.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_serveur.php,v 1.3 2004-12-21 19:06:59 jpm Exp $
// CVS : $Id: eflore_serveur.php,v 1.4 2004-12-22 13:32:33 jpm Exp $
/**
* Fichier principal d'eFlore-Serveur
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2004-12-21 19:06:59 $
*@version $Revision: 1.4 $ $Date: 2004-12-22 13:32:33 $
// +------------------------------------------------------------------------------------------------------+
*/
 
43,7 → 43,8
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
require_once 'configuration/eflore_config.php';
require_once 'configuration/eflore_config_avancee.inc.php';
require_once EFSE_FICHIER_CONFIG;
require_once EFSE_CHEMIN_INTERFACE.'eflore_model.interface.php';
require_once EFSE_CHEMIN_INTERFACE.'eflore_vue.interface.php';
require_once EFSE_CHEMIN_INTERFACE.'eflore_macro_element.interface.php';
112,6 → 113,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2004/12/21 19:06:59 jpm
* Mise en conformité convention de codage.
*
* Revision 1.2 2004/12/16 22:07:35 fred
* correction du numéro de version de PHP
*