Subversion Repositories Applications.papyrus

Rev

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

Rev 5 Rev 21
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.1 2004-06-16 08:12:01 jpm Exp $
24
// CVS : $Id: pap_initialise_auth.inc.php,v 1.2 2004-06-30 07:23:36 jpm 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.1 $ $Date: 2004-06-16 08:12:01 $
40
*@version           $Revision: 1.2 $ $Date: 2004-06-30 07:23:36 $
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
*/
42
*/
Line 43... Line 43...
43
 
43
 
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
Line 89... Line 89...
89
                                    GEN_URL_CLE_SITE.'_'.
89
                                    GEN_URL_CLE_SITE.'_'.
90
                                    $_GEN_commun['info_site']->gs_id_site.'_'.
90
                                    $_GEN_commun['info_site']->gs_id_site.'_'.
91
                                    GEN_URL_CLE_I18N.'_'.
91
                                    GEN_URL_CLE_I18N.'_'.
92
                                    $_GEN_commun['info_site']->gs_ce_i18n);
92
                                    $_GEN_commun['info_site']->gs_ce_i18n);
Line 93... Line 93...
93
 
93
 
Line 94... Line 94...
94
$_GEN_commun['pear_auth']->setExpire(3600 * 24 * 30 * 6);
94
$_GEN_commun['pear_auth']->setExpire(3600 * 24 * 30 * 6);// 6 mois
Line 95... Line 95...
95
 
95
 
96
$_GEN_commun['pear_auth']->start();
96
$_GEN_commun['pear_auth']->start();
-
 
97
 
-
 
98
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
99
* $Log: not supported by cvs2svn $
-
 
100
* Revision 1.1  2004/06/16 08:12:01  jpm
97
 
101
* Changement de nom de Génésia en Papyrus.
98
/* +--Fin du code ---------------------------------------------------------------------------------------+
102
* Changement de l'arborescence.
99
* $Log: not supported by cvs2svn $
103
*
100
* Revision 1.6  2004/05/01 11:40:21  jpm
104
* Revision 1.6  2004/05/01 11:40:21  jpm
101
* Suppression de code intégré dans le fichier de l'applette Identification.
105
* Suppression de code intégré dans le fichier de l'applette Identification.