Last change
on this file was
815,
checked in by jrpelegrina, 5 years ago
|
Initial release of pmb 4.2
|
-
Property svn:executable set to
*
|
File size:
984 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // +-------------------------------------------------+ |
---|
3 | // © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net) |
---|
4 | // +-------------------------------------------------+ |
---|
5 | // $Id: mail.php,v 1.8 2015-04-03 11:16:23 jpermanne Exp $ |
---|
6 | |
---|
7 | // définition du minimum nécéssaire |
---|
8 | $base_path="."; |
---|
9 | $base_auth = ""; |
---|
10 | $base_title = "Mail"; |
---|
11 | |
---|
12 | require_once ("$base_path/includes/init.inc.php"); |
---|
13 | |
---|
14 | switch($type_mail) { |
---|
15 | case 'mail_relance_adhesion': |
---|
16 | if(checkUser('PhpMyBibli', EDIT_AUTH)) include("./edit/mail-relance-adhesion.inc.php"); |
---|
17 | break; |
---|
18 | case 'mail_retard': |
---|
19 | if(checkUser('PhpMyBibli', EDIT_AUTH)) include("./edit/mail-retard.inc.php"); |
---|
20 | break; |
---|
21 | case 'mail_prets': |
---|
22 | if(checkUser('PhpMyBibli', EDIT_AUTH)) include("./edit/mail-prets.inc.php"); |
---|
23 | break; |
---|
24 | case 'mail_retard_groupe': |
---|
25 | if(checkUser('PhpMyBibli', EDIT_AUTH)) include("./edit/mail_retard_groupe.inc.php"); |
---|
26 | break; |
---|
27 | default: |
---|
28 | break; |
---|
29 | } |
---|
30 | |
---|
31 | pmb_mysql_close($dbh); |
---|
Note: See
TracBrowser
for help on using the repository browser.