forked from GNUsocial/gnu-social
default to private sites
This commit is contained in:
parent
46e0337348
commit
4b9c3335d4
@ -53,7 +53,7 @@ $default =
|
|||||||
'broughtbyurl' => null,
|
'broughtbyurl' => null,
|
||||||
'closed' => false,
|
'closed' => false,
|
||||||
'inviteonly' => false,
|
'inviteonly' => false,
|
||||||
'private' => false,
|
'private' => true,
|
||||||
'ssl' => 'never',
|
'ssl' => 'never',
|
||||||
'sslserver' => null,
|
'sslserver' => null,
|
||||||
'shorturllength' => 30,
|
'shorturllength' => 30,
|
||||||
@ -301,12 +301,14 @@ $default =
|
|||||||
array('disabled' => true),
|
array('disabled' => true),
|
||||||
'plugins' =>
|
'plugins' =>
|
||||||
array('default' => array('Geonames' => null,
|
array('default' => array('Geonames' => null,
|
||||||
'Mapstraction' => null,
|
|
||||||
'OStatus' => null,
|
|
||||||
'WikiHashtags' => null,
|
|
||||||
'RSSCloud' => null,
|
|
||||||
'ClientSideShorten' => null,
|
'ClientSideShorten' => null,
|
||||||
'StrictTransportSecurity' => null,
|
'StrictTransportSecurity' => null,
|
||||||
|
'Bookmark' => null,
|
||||||
|
'Event' => null,
|
||||||
|
'Poll' => null,
|
||||||
|
'QnA' => null,
|
||||||
|
'SearchSub' => null,
|
||||||
|
'TagSub' => null,
|
||||||
'OpenID' => null),
|
'OpenID' => null),
|
||||||
'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
|
'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
|
||||||
'server' => null,
|
'server' => null,
|
||||||
|
Loading…
Reference in New Issue
Block a user