Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 1140 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1140 Rev 1300
Line 1... Line 1...
1
<?php
1
<?php
2
class Utilisateurs {
2
class Utilisateurs {
3
	const TPL_URL_WS_ANNUAIRE = 'http://www.tela-botanica.org/service:annuaire:utilisateur/identite-par-courriel/%s';
3
	const TPL_URL_WS_ANNUAIRE = 'https://www.tela-botanica.org/service:annuaire:utilisateur/identite-par-courriel/%s';
Line 4... Line 4...
4
 
4
 
5
	private $courriels = array();
5
	private $courriels = array();
6
	private $identites = array();
6
	private $identites = array();