]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/local.config.tpl
Replace REGISTER_* constants by Module\Register::* ones
[friendica.git] / view / templates / local.config.tpl
index 54ff279f3cbb966b96e28e75cc7e584c83230165..c4c4afba4db8e9376025660facd8791d32fac2e3 100644 (file)
@@ -24,7 +24,7 @@ return [
                'php_path' => '{{$phpath}}',
                'admin_email' => '{{$adminmail}}',
                'sitename' => 'Friendica Social Network',
-               'register_policy' => REGISTER_OPEN,
+               'register_policy' => \Friendica\Module\Register::OPEN,
                'max_import_size' => 200000,
        ],
        'system' => [