input the admin email address during install/setup.
This commit is contained in:
parent
d99dfbe4ef
commit
2d2b500639
11 changed files with 33 additions and 13 deletions
|
|
@ -33,7 +33,7 @@ $a->config['sitename'] = "La Mia Rete di Amici";
|
|||
|
||||
$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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue