input the admin email address during install/setup.

This commit is contained in:
Friendika
2011-07-07 19:12:35 -07:00
parent d99dfbe4ef
commit 2d2b500639
11 changed files with 33 additions and 13 deletions

View File

@@ -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