Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 107 → Rev 108

/trunk/serveur/eribo_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: eribo_serveur.php,v 1.1 2005-01-19 15:24:08 jpm Exp $
// CVS : $Id: eribo_serveur.php,v 1.2 2005-01-24 17:42:54 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.1 $ $Date: 2005-01-19 15:24:08 $
*@version $Revision: 1.2 $ $Date: 2005-01-24 17:42:54 $
// +------------------------------------------------------------------------------------------------------+
*/
 
56,7 → 56,7
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
$cle = $_REQUEST['key'];
$cle = $_REQUEST['cle'];
/* Lecture du fichier donnant la carte des services disponibles */
$fichier_services_map = fopen(EFSE_FICHIER_MAP, 'r');
while($donnee = fscanf($fichier_services_map, "%s\t%s\t%s\t%s\t%s\t%s", $cle_nom, $service_nom, $vue_nom, $schema, $ratio, $style)) {
114,6 → 114,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/01/19 15:24:08 jpm
* Changement de nom.
*
* Revision 1.5 2005/01/19 15:23:43 jpm
* Changement de nom de fichiers.
*