mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
The boot.php had been cleared of most functions
This commit is contained in:
parent
4989d1fa99
commit
63da4a75e9
37 changed files with 279 additions and 401 deletions
|
@ -31,7 +31,7 @@ $a->config['sitename'] = "Friendica My Network";
|
|||
// and/or approve/deny the request.
|
||||
// In order to perform system administration via the admin panel, admin_email
|
||||
// must precisely match the email address of the person logged in.
|
||||
$a->config['register_policy'] = REGISTER_OPEN;
|
||||
$a->config['register_policy'] = Friendica\Module\Register::OPEN;
|
||||
$a->config['register_text'] = 'A register text';
|
||||
$a->config['admin_email'] = 'admin@test.it';
|
||||
$a->config['admin_nickname'] = 'Friendly admin';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue