Subversion Repositories Applications.papyrus

Rev

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

Rev 300 Rev 302
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_application.php,v 1.3 2005-03-09 10:40:26 alex Exp $
22
// CVS : $Id: admin_application.php,v 1.4 2005-03-09 10:46:17 jpm Exp $
23
/**
23
/**
24
* Application gérant les applications de Papyrus
24
* Application gérant les applications de Papyrus
25
*
25
*
26
* Cette application permet de gérer les authentifications de papyrus
26
* Cette application permet de gérer les applications 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
28
* et de gérer des authentifications de spip et ou wikini
28
* et de gérer des authentifications de spip et ou wikini
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.3 $
34
*@version       $Revision: 1.4 $
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 ADAP_CHEMIN_BIBLIOTHEQUE_GEN.'pap_application.fonct.php';
66
require_once ADAP_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 69... Line 69...
69
require_once ADAP_CHEMIN_BIBLIOTHEQUE.'admi_application.fonct.php';//ok
69
require_once ADAP_CHEMIN_BIBLIOTHEQUE.'adap_application.fonct.php';
Line 160... Line 160...
160
 
160
 
161
 
161
 
162
/* +--Fin du code ----------------------------------------------------------------------------------------+
162
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
163
*
-
 
164
* $Log: not supported by cvs2svn $
-
 
165
* Revision 1.3  2005/03/09 10:40:26  alex
163
*
166
* version initiale
164
* $Log: not supported by cvs2svn $
167
*
165
* Revision 1.2  2005/02/28 10:32:59  jpm
168
* Revision 1.2  2005/02/28 10:32:59  jpm
166
* Changement de nom de dossier.
169
* Changement de nom de dossier.
167
*
170
*