]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/local.config.tpl
Remove obsolete hack in file browser template
[friendica.git] / view / templates / local.config.tpl
index 5839e8c34368c85575aa6800b7504b8ca2bc65e7..3201a998542ab1c78f989059b8afeb152c2dd3f3 100644 (file)
@@ -24,11 +24,12 @@ 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' => [
                'urlpath' => '{{$urlpath}}',
+               'basepath' => '{{$basepath}}',
                'default_timezone' => '{{$timezone}}',
                'language' => '{{$language}}',
        ],