]> git.mxchange.org Git - friendica.git/blobdiff - config/local-sample.config.php
Merge pull request #12225 from MrPetovan/bug/10188-addon-config
[friendica.git] / config / local-sample.config.php
index 996c27a66d1558e417d17c8dae93a7b5df904f9f..9bf073df1d99dffc03198d23589f33baf4fd262d 100644 (file)
@@ -12,7 +12,7 @@
  *
  * Then set the following for your MySQL installation
  *
- * If you're unsure about what any of the config keys below do, please check the config/defaults.config.php file for
+ * If you're unsure about what any of the config keys below do, please check the static/defaults.config.php file for
  * detailed documentation of their data type and behavior.
  */
 
@@ -34,7 +34,7 @@ return [
        'config' => [
                'admin_email' => '',
                'sitename' => 'Friendica Social Network',
-               'register_policy' => REGISTER_OPEN,
+               'register_policy' => \Friendica\Module\Register::OPEN,
                'register_text' => '',
        ],
        'system' => [