]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/config/.htconfig.php
spelling: endpoints
[friendica.git] / tests / datasets / config / .htconfig.php
index 7ab35bb28e65a29018d574627a52d66f7799bedf..3fa3d37a532a824d3cfad406190fffa3913c5043 100644 (file)
@@ -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';
@@ -49,7 +49,7 @@ $a->config['php_path'] = '/another/php';
 $a->config['system']['huburl'] = '[internal]';
 
 // allowed themes (change this from admin panel after installation)
-$a->config['system']['allowed_themes'] = 'frio,quattro,vier,duepuntozero';
+$a->config['system']['allowed_themes'] = 'frio,vier';
 
 // default system theme
 $a->config['system']['theme'] = 'frio';