Subversion Repositories Applications.papyrus

Rev

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

Rev 1257 Rev 1313
Line 1... Line 1...
1
<?php
1
<?php
2
// $Id: ezmlm.php,v 1.3.2.2 2007-03-13 11:04:46 alexandre_tb Exp $
2
// $Id: ezmlm.php,v 1.3.2.3 2007-04-12 13:37:49 alexandre_tb Exp $
3
//
3
//
4
// ezmlm.php - ezmlm-php v2.0
4
// ezmlm.php - ezmlm-php v2.0
5
// --------------------------------------------------------------
5
// --------------------------------------------------------------
6
// As the site that ezmlm-php was developed for grew, and grew
6
// As the site that ezmlm-php was developed for grew, and grew
7
// the old system used had to be bandaid fixed more, and more
7
// the old system used had to be bandaid fixed more, and more
Line 28... Line 28...
28
require_once("ezmlm-listinfo.php");
28
require_once("ezmlm-listinfo.php");
29
require_once("ezmlm-msgdisplay.php");
29
require_once("ezmlm-msgdisplay.php");
30
require_once("ezmlm-repondre.php");
30
require_once("ezmlm-repondre.php");
31
require_once("ezmlm-author.php");
31
require_once("ezmlm-author.php");
Line 32... Line 32...
32
 
32
 
Line 33... Line 33...
33
$GLOBALS['mois'] = array ('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre') ;
33
$GLOBALS['mois'] = array ('Jan', 'Fév', 'Mars', 'Avril', 'Mai', 'Juin', 'Juil', 'Août', 'Sept', 'Oct', 'Nov', 'Déc') ;
34
 
34
 
35
// CLASS: ezmlm_php
35
// CLASS: ezmlm_php
36
// the base class, contains common functions and the config
36
// the base class, contains common functions and the config
Line 70... Line 70...
70
		
70
		
71
		// USER-CONFIG section
71
		// USER-CONFIG section
72
		// these variables act the same way ezmlm-php-config.php did in the first release
72
		// these variables act the same way ezmlm-php-config.php did in the first release
Line 73... Line 73...
73
		// simply edit these variables to match your setup
73
		// simply edit these variables to match your setup
74
                                
74
                                
75
		$this->listdir		= "/home/telabotap/sd/testv4/client/synchroliste/liste/tela-botanica.org/equipe";
75
		$this->listdir		= "";
Line 76... Line 76...
76
		$this->listname		= "equipe";
76
		$this->listname		= "";
Line 77... Line 77...
77
		$this->listdomain	= "tela-botanica.org";
77
		$this->listdomain	= "";
78
	
78
	
79
		$this->tempdir		= "/home/telabotap/www/tmp";
79
		$this->tempdir		= "";
80
 
80