|
Revision 1262, 373 bytes
(checked in by anonymous, 4 years ago)
|
Initial revision
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
bindtextdomain("procmail_builder", "/var/alternc/bureau/locales"); |
|---|
| 4 |
|
|---|
| 5 |
$do_not_set_lang_env=1; |
|---|
| 6 |
$root="/var/alternc/bureau/"; |
|---|
| 7 |
|
|---|
| 8 |
require_once($root."class/local.php"); |
|---|
| 9 |
require_once($root."class/functions.php"); |
|---|
| 10 |
require_once($root."admin/plugins/procmail_builder/m_procmail.php"); |
|---|
| 11 |
require_once($root."class/m_err.php"); |
|---|
| 12 |
|
|---|
| 13 |
$pr=new m_procmail($username); |
|---|
| 14 |
$er=new m_err(); |
|---|
| 15 |
|
|---|
| 16 |
?> |
|---|
| 17 |
|
|---|