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: iw_admin_wikini.fonct.php,v 1.2 2006-04-28 12:41:26 florian Exp $
|
22 |
// CVS : $Id: iw_admin_wikini.fonct.php,v 1.3 2006-05-10 16:02:49 ddelon Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application gérant les Wikini associe à Papyrus
|
24 |
* Application gérant les Wikini associe à Papyrus
|
25 |
*
|
25 |
*
|
26 |
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
|
26 |
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
|
27 |
* TODO : Gestion mise a jour wakka.config.php !!!!!
|
27 |
* TODO : Gestion mise a jour wakka.config.php !!!!!
|
Line 34... |
Line 34... |
34 |
*
|
34 |
*
|
35 |
*@package Admin_Wikini
|
35 |
*@package Admin_Wikini
|
36 |
//Auteur original :
|
36 |
//Auteur original :
|
37 |
*@author David Delon <david.delon@clapas.net>
|
37 |
*@author David Delon <david.delon@clapas.net>
|
38 |
*@copyright Tela-Botanica 2000-2005
|
38 |
*@copyright Tela-Botanica 2000-2005
|
39 |
*@version $Revision: 1.2 $
|
39 |
*@version $Revision: 1.3 $
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
*/
|
41 |
*/
|
Line 42... |
Line 42... |
42 |
|
42 |
|
43 |
|
43 |
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// | ENTÊTE du PROGRAMME |
|
45 |
// | ENTÊTE du PROGRAMME |
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
Line 47... |
Line 47... |
47 |
/** Inclusion du fichier de configuration de cette application.*/
|
47 |
/** Inclusion du fichier de configuration de cette application.*/
|
Line 48... |
Line 48... |
48 |
require_once '../configuration/adwi_configuration.inc.php';
|
48 |
require_once 'client/integrateur_wikini/configuration/adwi_configuration.inc.php';
|
49 |
|
49 |
|
Line 186... |
Line 186... |
186 |
|
186 |
|
187 |
|
187 |
|
188 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
188 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
189 |
*
|
- |
|
190 |
* $Log: not supported by cvs2svn $
|
- |
|
191 |
* Revision 1.2 2006/04/28 12:41:26 florian
|
189 |
*
|
192 |
* corrections erreurs chemin
|
190 |
* $Log: not supported by cvs2svn $
|
193 |
*
|
191 |
* Revision 1.1 2005/11/14 10:14:30 ddelon
|
194 |
* Revision 1.1 2005/11/14 10:14:30 ddelon
|
192 |
* Projets Wikini
|
195 |
* Projets Wikini
|
193 |
*
|
196 |
*
|