Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
4 |
// | PHP version 4.1 |
|
4 |
// | PHP version 4.1 |
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
6 |
// | Copyright (C) 2001 Laurent COUDOUNEAU (lc@gsite.org) |
|
- |
|
7 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
8 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
9 |
// | This library is free software; you can redistribute it and/or |
|
8 |
// | This library is free software; you can redistribute it and/or |
|
10 |
// | modify it under the terms of the GNU Lesser General Public |
|
9 |
// | modify it under the terms of the GNU Lesser General Public |
|
11 |
// | License as published by the Free Software Foundation; either |
|
10 |
// | License as published by the Free Software Foundation; either |
|
Line 18... |
Line 17... |
18 |
// | |
|
17 |
// | |
|
19 |
// | 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 |
|
20 |
// | 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 |
|
21 |
// | 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 |
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// CVS : $Id: adsi_site.fonct.php,v 1.17 2005-02-17 17:51:11 florian Exp $
|
22 |
// CVS : $Id: adsi_site.fonct.php,v 1.18 2005-02-28 10:59:07 jpm Exp $
|
24 |
/**
|
23 |
/**
|
25 |
* Bibliothèque de fonctions d'admininistration des projets
|
24 |
* Bibliothèque de fonctions d'admininistration des projets
|
26 |
*
|
25 |
*
|
27 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
|
26 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
|
28 |
* sur les projets (=sites gérés par Papyrus).
|
27 |
* sur les projets (=sites gérés par Papyrus).
|
29 |
*
|
28 |
*
|
30 |
*@package Admin_site
|
29 |
*@package Admin_site
|
31 |
*@subpackage Fonctions
|
30 |
*@subpackage Fonctions
|
32 |
//Auteur original :
|
31 |
//Auteur original :
|
33 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
34 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
35 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
34 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
36 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
- |
|
37 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
38 |
*@version $Revision: 1.17 $ $Date: 2005-02-17 17:51:11 $
|
36 |
*@version $Revision: 1.18 $ $Date: 2005-02-28 10:59:07 $
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
*/
|
38 |
*/
|
Line 41... |
Line 39... |
41 |
|
39 |
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
// | ENTÊTE du PROGRAMME |
|
41 |
// | ENTÊTE du PROGRAMME |
|
Line 44... |
Line 42... |
44 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
|
43 |
|
46 |
/** Inclusion de la classe Formulaire.
|
44 |
/** Inclusion de la classe Formulaire.
|
47 |
* Elle permet la création rapide de formulaire basé sur les tables Mysql.
|
45 |
* Elle permet la création rapide de formulaire basé sur les tables Mysql.
|
48 |
*/
|
46 |
*/
|
49 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'formulaire_1.0/FORM_Form.class.php';
|
47 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'formulaire/FORM_Form.class.php';
|
50 |
if (GEN_FTP_UTILISE) {
|
48 |
if (GEN_FTP_UTILISE) {
|
51 |
/** Inclusion bibliothèque de PEAR gérant le FTP.*/
|
49 |
/** Inclusion bibliothèque de PEAR gérant le FTP.*/
|
Line 1163... |
Line 1161... |
1163 |
}
|
1161 |
}
|
Line 1164... |
Line 1162... |
1164 |
|
1162 |
|
1165 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
1163 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
1166 |
/*
|
1164 |
/*
|
- |
|
1165 |
* $Log: not supported by cvs2svn $
|
- |
|
1166 |
* Revision 1.17 2005/02/17 17:51:11 florian
|
- |
|
1167 |
* Correction bug FTP
|
1167 |
* $Log: not supported by cvs2svn $
|
1168 |
*
|
1168 |
* Revision 1.16 2005/02/17 16:44:55 florian
|
1169 |
* Revision 1.16 2005/02/17 16:44:55 florian
|
1169 |
* correction du bug sur les sites par défaut
|
1170 |
* correction du bug sur les sites par défaut
|
1170 |
*
|
1171 |
*
|
1171 |
* Revision 1.15 2005/01/04 19:52:50 alex
|
1172 |
* Revision 1.15 2005/01/04 19:52:50 alex
|