input the admin email address during install/setup.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user