Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1312 → Rev 1313

/branches/livraison_menes/client/projet/classes/ezmlm-php-2.0/ezmlm.php
1,5 → 1,5
<?php
// $Id: ezmlm.php,v 1.3.2.2 2007-03-13 11:04:46 alexandre_tb Exp $
// $Id: ezmlm.php,v 1.3.2.3 2007-04-12 13:37:49 alexandre_tb Exp $
//
// ezmlm.php - ezmlm-php v2.0
// --------------------------------------------------------------
30,7 → 30,7
require_once("ezmlm-repondre.php");
require_once("ezmlm-author.php");
 
$GLOBALS['mois'] = array ('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre') ;
$GLOBALS['mois'] = array ('Jan', 'Fév', 'Mars', 'Avril', 'Mai', 'Juin', 'Juil', 'Août', 'Sept', 'Oct', 'Nov', 'Déc') ;
 
// CLASS: ezmlm_php
// the base class, contains common functions and the config
72,11 → 72,11
// these variables act the same way ezmlm-php-config.php did in the first release
// simply edit these variables to match your setup
$this->listdir = "/home/telabotap/sd/testv4/client/synchroliste/liste/tela-botanica.org/equipe";
$this->listname = "equipe";
$this->listdomain = "tela-botanica.org";
$this->listdir = "";
$this->listname = "";
$this->listdomain = "";
$this->tempdir = "/home/telabotap/www/tmp";
$this->tempdir = "";
 
$this->sendheaders = TRUE;
$this->sendbody = TRUE;