Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: admin_auth.php,v 1.2 2005-02-28 10:32:37 jpm Exp $
|
22 |
// CVS : $Id: admin_auth.php,v 1.3 2005-03-09 10:50:08 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application gérant les authentifications de Papyrus
|
24 |
* Application gérant les authentifications de Papyrus
|
25 |
*
|
25 |
*
|
26 |
* Cette application permet de gérer les authentifications de papyrus
|
26 |
* Cette application permet de gérer les authentifications de papyrus
|
27 |
* elle permet de spécifier pour un monde quel annuaire utiliser
|
27 |
* elle permet de spécifier pour un monde quel annuaire utiliser
|
Line 29... |
Line 29... |
29 |
*
|
29 |
*
|
30 |
*@package Admin_auth
|
30 |
*@package Admin_auth
|
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.2 $
|
34 |
*@version $Revision: 1.3 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 64... |
Line 64... |
64 |
|
64 |
|
65 |
/** <BR> Inclusion de la bibliothèque de fonctions concernant les tables "gen_applications..." de Papyrus.*/
|
65 |
/** <BR> Inclusion de la bibliothèque de fonctions concernant les tables "gen_applications..." de Papyrus.*/
|
Line 66... |
Line 66... |
66 |
require_once ADAU_CHEMIN_BIBLIOTHEQUE_GEN.'pap_application.fonct.php';
|
66 |
require_once ADAU_CHEMIN_BIBLIOTHEQUE_GEN.'pap_application.fonct.php';
|
67 |
|
67 |
|
Line 68... |
Line 68... |
68 |
/** <BR> Inclusion de la bibliothèque de fonctions concernant l'affichage commun.*/
|
68 |
/** <BR> Inclusion de la bibliothèque de fonctions concernant l'affichage commun.*/
|
Line 164... |
Line 164... |
164 |
|
164 |
|
165 |
|
165 |
|
166 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
166 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
167 |
*
|
- |
|
168 |
* $Log: not supported by cvs2svn $
|
- |
|
169 |
* Revision 1.2 2005/02/28 10:32:37 jpm
|
167 |
*
|
170 |
* Changement de nom de dossier.
|
168 |
* $Log: not supported by cvs2svn $
|
171 |
*
|
169 |
* Revision 1.1 2004/12/06 11:31:59 alex
|
172 |
* Revision 1.1 2004/12/06 11:31:59 alex
|
170 |
* version initiale
|
173 |
* version initiale
|
171 |
*
|
174 |
*
|