diff options
author | Friendika <info@friendika.com> | 2011-07-07 19:12:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-07 19:12:35 -0700 |
commit | 2d2b5006397bb6ac90f7e33e6022000ec836e86e (patch) | |
tree | 9a22d508d848ab02bff88fd24a592f686ea75ac1 /view/en/htconfig.tpl | |
parent | d99dfbe4ef50c2928cd2a45bf0b2cf62bba5b1e9 (diff) | |
download | volse-hubzilla-2d2b5006397bb6ac90f7e33e6022000ec836e86e.tar.gz volse-hubzilla-2d2b5006397bb6ac90f7e33e6022000ec836e86e.tar.bz2 volse-hubzilla-2d2b5006397bb6ac90f7e33e6022000ec836e86e.zip |
input the admin email address during install/setup.
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r-- | view/en/htconfig.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 0ce28b4a0..6eb950130 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network"; $a->config['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = ''; +$a->config['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited |