Merge pull request #3758 from tobiasd/20171005-vagrant
give the admin user the admin panel in the Vagrant VM
This commit is contained in:
commit
d38f58fd78
|
@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network";
|
|||
|
||||
$a->config['register_policy'] = REGISTER_OPEN;
|
||||
$a->config['register_text'] = '';
|
||||
$a->config['admin_email'] = 'vagrant@friendica.dev';
|
||||
$a->config['admin_email'] = 'admin@friendica.dev';
|
||||
|
||||
// Maximum size of an imported message, 0 is unlimited
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user