Merge pull request #711 from pixelfed/frontend-ui-refactor

Update config
pull/725/head
daniel 7 years ago committed by GitHub
commit 0a0359f193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ return [
| This value is the version of your PixelFed instance. | This value is the version of your PixelFed instance.
| |
*/ */
'version' => '0.7.6', 'version' => '0.7.7',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -59,7 +59,7 @@ return [
*/ */
'restricted_names' => [ 'restricted_names' => [
'reserved_routes' => true, 'reserved_routes' => true,
'use_blacklist' => false, 'use_blacklist' => env('USERNAME_BLACKLIST', false),
], ],
/* /*

Loading…
Cancel
Save