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: baz_config.inc.php,v 1.12 2006-02-07 13:57:41 alexandre_tb Exp $
|
22 |
// CVS : $Id: baz_config.inc.php,v 1.13 2006-03-14 17:10:21 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de configuration du bazar
|
24 |
* Fichier de configuration du bazar
|
25 |
*
|
25 |
*
|
26 |
* A éditer de façon spécifique à chaque déploiement
|
26 |
* A éditer de façon spécifique à chaque déploiement
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.12 $ $Date: 2006-02-07 13:57:41 $
|
34 |
*@version $Revision: 1.13 $ $Date: 2006-03-14 17:10:21 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
37 |
//==================================== LES FLUX RSS==================================
|
37 |
//==================================== LES FLUX RSS==================================
|
38 |
// Constantes liées aux flux RSS
|
38 |
// Constantes liées aux flux RSS
|
39 |
//==================================================================================
|
39 |
//==================================================================================
|
Line 58... |
Line 58... |
58 |
//Mettre 1 pour 'directement validée en ligne'
|
58 |
//Mettre 1 pour 'directement validée en ligne'
|
Line 59... |
Line 59... |
59 |
|
59 |
|
60 |
define ('BAZ_TAILLE_MAX_FICHIER',2000*1024);
|
60 |
define ('BAZ_TAILLE_MAX_FICHIER',2000*1024);
|
Line 61... |
Line 61... |
61 |
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
|
61 |
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
|
62 |
|
62 |
|
63 |
define ('BAZ_TYPE_AFFICHAGE_LISTE', '');
|
63 |
define ('BAZ_TYPE_AFFICHAGE_LISTE', 'jma');
|
Line 64... |
Line 64... |
64 |
$GLOBALS['_BAZAR_']['db'] = & $GLOBALS['_GEN_commun']['pear_db'];
|
64 |
$GLOBALS['_BAZAR_']['db'] = & $GLOBALS['_GEN_commun']['pear_db'];
|
65 |
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'];
|
65 |
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'];
|
Line 98... |
Line 98... |
98 |
|
98 |
|
99 |
|
99 |
|
100 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
100 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
101 |
*
|
- |
|
102 |
* $Log: not supported by cvs2svn $
|
- |
|
103 |
* Revision 1.12 2006/02/07 13:57:41 alexandre_tb
|
101 |
*
|
104 |
* ajout de la constante pour masquer la liste des émetteurs
|
102 |
* $Log: not supported by cvs2svn $
|
105 |
*
|
103 |
* Revision 1.11 2006/01/18 10:03:36 florian
|
106 |
* Revision 1.11 2006/01/18 10:03:36 florian
|
104 |
* recodage de l'insertion et de la maj des données relatives aux listes et checkbox dans des formulaires
|
107 |
* recodage de l'insertion et de la maj des données relatives aux listes et checkbox dans des formulaires
|
105 |
*
|
108 |
*
|