diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-11-07 17:38:39 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-11-07 17:38:39 +0100 |
commit | 7a94cade57d6c4514101c374d895ed278c05bbb1 (patch) | |
tree | 774de9d9c7c47a9e43c5ad6560bdea1a6bb94a7f /inc/init.php | |
parent | 0ae96b5697f1f1fe192e5eade99490c475467b84 (diff) | |
parent | eb97dcb864e05302756dcec4320c3c41866e4217 (diff) | |
download | rpg-7a94cade57d6c4514101c374d895ed278c05bbb1.tar.gz rpg-7a94cade57d6c4514101c374d895ed278c05bbb1.tar.bz2 |
Merge branch 'master' into stable
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 */ |