Subversion Repositories Applications.papyrus

Rev

Rev 1316 | Rev 2145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1316 Rev 1524
Line 19... Line 19...
19
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | You should have received a copy of the GNU Lesser General Public                                     |
20
// | License along with this library; if not, write to the Free Software                                  |
20
// | License along with this library; if not, write to the Free Software                                  |
21
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// |                                                                                                      |
22
// |                                                                                                      |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: pap_initialise_auth.inc.php,v 1.25 2007-04-13 09:41:09 neiluj Exp $
24
// CVS : $Id: pap_initialise_auth.inc.php,v 1.26 2007-07-24 13:28:54 jp_milcent Exp $
25
/**
25
/**
26
* Initialisation de l'authentification.
26
* Initialisation de l'authentification.
27
*
27
*
28
* Suite à la recherche des informations depuis la base de données nous initialisons
28
* Suite à la recherche des informations depuis la base de données nous initialisons
29
* l'authentification des utilisateurs si le site l'utilise.
29
* l'authentification des utilisateurs si le site l'utilise.
Line 35... Line 35...
35
//Auteur original :
35
//Auteur original :
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
37
//Autres auteurs :
37
//Autres auteurs :
38
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
39
*@copyright         Tela-Botanica 2000-2004
39
*@copyright         Tela-Botanica 2000-2004
40
*@version           $Revision: 1.25 $ $Date: 2007-04-13 09:41:09 $
40
*@version           $Revision: 1.26 $ $Date: 2007-07-24 13:28:54 $
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
*/
42
*/
Line 43... Line 43...
43
 
43
 
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
45
// |                                            ENTÊTE du PROGRAMME                                       |
45
// |                                            ENTÊTE du PROGRAMME                                       |
Line 46... Line 46...
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
47
 
47
 
Line 48... Line 48...
48
/** <br> Inclusion de l'authentification de PEAR.*/
48
/** <br> Inclusion de l'authentification de PEAR.*/
49
include_once PAP_CHEMIN_API_PEAR.'Auth/Auth.php';
49
include_once PAP_CHEMIN_API_PEAR.'Auth.php';
50
 
50
 
51
/** Inclusion de la bibliothèque de fonctions d'identification.
51
/** Inclusion de la bibliothèque de fonctions d'identification.
Line 201... Line 201...
201
// Démarage de la session
201
// Démarage de la session
202
$GLOBALS['_GEN_commun']['pear_auth']->start();
202
$GLOBALS['_GEN_commun']['pear_auth']->start();
Line 203... Line 203...
203
 
203
 
204
/* +--Fin du code ---------------------------------------------------------------------------------------+
204
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
205
* $Log: not supported by cvs2svn $
-
 
206
* Revision 1.25  2007-04-13 09:41:09  neiluj
-
 
207
* réparration cvs
205
* $Log: not supported by cvs2svn $
208
*
206
* Revision 1.24  2006/12/14 15:25:22  jp_milcent
209
* Revision 1.24  2006/12/14 15:25:22  jp_milcent
207
* Correction de la gestion des noms de session pour fonctionner avec Auth 1.4.3.
210
* Correction de la gestion des noms de session pour fonctionner avec Auth 1.4.3.
208
*
211
*
209
* Revision 1.23  2006/12/14 15:01:05  jp_milcent
212
* Revision 1.23  2006/12/14 15:01:05  jp_milcent