1
0
Fork 0

Use constants instead of strings for register_policy

This commit is contained in:
Hypolite Petovan 2018-11-26 07:40:44 -05:00
commit 0c21bd488f
5 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ return [
'php_path' => '{{$phpath}}',
'admin_email' => '{{$adminmail}}',
'sitename' => 'Friendica Social Network',
'register_policy' => 'REGISTER_OPEN',
'register_policy' => REGISTER_OPEN,
'max_import_size' => 200000,
],
'system' => [