Subversion Repositories Applications.papyrus

Rev

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

Rev 1175 Rev 1316
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.24 2006-12-14 15:25:22 jp_milcent Exp $
24
// CVS : $Id: pap_initialise_auth.inc.php,v 1.25 2007-04-13 09:41:09 neiluj 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.24 $ $Date: 2006-12-14 15:25:22 $
40
*@version           $Revision: 1.25 $ $Date: 2007-04-13 09:41:09 $
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
*/
42
*/
Line 43... Line 43...
43
 
43
 
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
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.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.
205
* $Log: not supported by cvs2svn $
208
*
206
* Revision 1.23  2006/12/14 15:01:05  jp_milcent
209
* Revision 1.23  2006/12/14 15:01:05  jp_milcent
207
* Utilisation d'un système permettant de mémoriser les idenitifications.
210
* Utilisation d'un système permettant de mémoriser les idenitifications.
208
* Passage à Auth 1.4.3 et DB 1.7.6.
211
* Passage à Auth 1.4.3 et DB 1.7.6.
209
*
212
*