diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-11-05 11:18:31 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-11-05 11:18:31 +0100 |
commit | 5ec3fefc5fc0983d6fdc0efdaed2e78e0d09a868 (patch) | |
tree | fbc212097c9c0abc1f6d5100ca1c39239dc77aa0 /inc/init.php | |
parent | 317d85c9da899f7720469b4831116604488ba503 (diff) | |
download | rpg-5ec3fefc5fc0983d6fdc0efdaed2e78e0d09a868.tar.gz rpg-5ec3fefc5fc0983d6fdc0efdaed2e78e0d09a868.tar.bz2 |
handle mailfrom replacements in a central place FS#2091
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php index bf7815178..ed4409729 100644 --- a/inc/init.php +++ b/inc/init.php @@ -220,6 +220,9 @@ if (!defined('NOSESSION')) { auth_setup(); } +// setup mail system +mail_setup(); + /** * Checks paths from config file */ |