diff options
author | friendica <info@friendica.com> | 2012-10-06 16:51:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-06 16:51:29 -0700 |
commit | 021e95be119d37db714a995c0ab65ded921daef6 (patch) | |
tree | 5c2892b890c53760aa1c38c78183846f633993f2 /view/es/htconfig.tpl | |
parent | 6cc8457fd89f18765db27ada521497e5634c4f31 (diff) | |
parent | 059a14fefc414215b676bf5f14f4627a7867b7cb (diff) | |
download | volse-hubzilla-021e95be119d37db714a995c0ab65ded921daef6.tar.gz volse-hubzilla-021e95be119d37db714a995c0ab65ded921daef6.tar.bz2 volse-hubzilla-021e95be119d37db714a995c0ab65ded921daef6.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/es/htconfig.tpl')
-rw-r--r-- | view/es/htconfig.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/es/htconfig.tpl b/view/es/htconfig.tpl index 6158f6a33..52b6233ec 100644 --- a/view/es/htconfig.tpl +++ b/view/es/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "La Mia Rete di Amici"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited |