Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1523 → Rev 1524

/trunk/papyrus/pap_initialise_auth.inc.php
21,7 → 21,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// | |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_initialise_auth.inc.php,v 1.25 2007-04-13 09:41:09 neiluj Exp $
// CVS : $Id: pap_initialise_auth.inc.php,v 1.26 2007-07-24 13:28:54 jp_milcent Exp $
/**
* Initialisation de l'authentification.
*
37,7 → 37,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.25 $ $Date: 2007-04-13 09:41:09 $
*@version $Revision: 1.26 $ $Date: 2007-07-24 13:28:54 $
// +------------------------------------------------------------------------------------------------------+
*/
 
46,7 → 46,7
// +------------------------------------------------------------------------------------------------------+
 
/** <br> Inclusion de l'authentification de PEAR.*/
include_once PAP_CHEMIN_API_PEAR.'Auth/Auth.php';
include_once PAP_CHEMIN_API_PEAR.'Auth.php';
 
/** Inclusion de la bibliothèque de fonctions d'identification.
* Contient entre autre la fonction founissant le formulaire d'identification pour Auth de Pear.
203,6 → 203,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.25 2007-04-13 09:41:09 neiluj
* réparration cvs
*
* Revision 1.24 2006/12/14 15:25:22 jp_milcent
* Correction de la gestion des noms de session pour fonctionner avec Auth 1.4.3.
*