diff options
author | friendica <info@friendica.com> | 2012-10-04 23:05:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-04 23:05:45 -0700 |
commit | 7bee460df28bcd956206c3719e091fb500e3045d (patch) | |
tree | 4d06c81c9cfd39d2f88cab1c52aa5b6d11ef20ab /htconfig.php | |
parent | 4302134fdd2640843aa1349e95285b966d1282ab (diff) | |
download | volse-hubzilla-7bee460df28bcd956206c3719e091fb500e3045d.tar.gz volse-hubzilla-7bee460df28bcd956206c3719e091fb500e3045d.tar.bz2 volse-hubzilla-7bee460df28bcd956206c3719e091fb500e3045d.zip |
provide auto admin registration as before, but allow the current admin to create other admins
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index 8b265131f..dc46d646c 100644 --- a/htconfig.php +++ b/htconfig.php @@ -37,7 +37,7 @@ $a->config['sitename'] = "Friendica Social Network"; $a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = ''; +$a->config[system']['admin_email'] = ''; // Maximum size of an imported message, 0 is unlimited |