Subversion Repositories Applications.papyrus

Rev

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

Rev 206 Rev 276
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.1 2004-12-06 11:31:59 alex Exp $
22
// CVS : $Id: admin_auth.php,v 1.2 2005-02-28 10:32:37 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.1 $
34
*@version       $Revision: 1.2 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 46... Line 46...
46
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
46
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
47
require_once ADAU_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
47
require_once ADAU_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
48
require_once ADAU_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm/select.php';
48
require_once ADAU_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm/select.php';
Line 49... Line 49...
49
 
49
 
50
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
50
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
Line 51... Line 51...
51
require_once ADAU_CHEMIN_BIBLIOTHEQUE_API.'debogage_1.0/BOG_sql.fonct.php';
51
require_once ADAU_CHEMIN_BIBLIOTHEQUE_API.'debogage/BOG_sql.fonct.php';
52
 
52
 
53
/** Inclusion des fonctions de manipulation du sql.
53
/** Inclusion des fonctions de manipulation du sql.
Line 54... Line 54...
54
* Permet la récupération d'un nouvel identifiant d'une table.*/
54
* Permet la récupération d'un nouvel identifiant d'une table.*/
Line 55... Line 55...
55
require_once ADAU_CHEMIN_BIBLIOTHEQUE_API.'sql_1.0/SQL_manipulation.fonct.php';
55
require_once ADAU_CHEMIN_BIBLIOTHEQUE_API.'sql/SQL_manipulation.fonct.php';
56
 
56
 
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.1  2004/12/06 11:31:59  alex
167
*
170
* version initiale
168
* $Log: not supported by cvs2svn $
171
*
169
*
172
*
170
* +-- Fin du code ----------------------------------------------------------------------------------------+
173
* +-- Fin du code ----------------------------------------------------------------------------------------+