forked from GNUsocial/gnu-social
Update indentation.
This commit is contained in:
parent
10cffa8afa
commit
98cc1da7b5
@ -28,7 +28,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$default =
|
$default =
|
||||||
array('site' =>
|
array('site' =>
|
||||||
array('name' => 'Just another StatusNet microblog',
|
array('name' => 'Just another StatusNet microblog',
|
||||||
'nickname' => 'statusnet',
|
'nickname' => 'statusnet',
|
||||||
'wildcard' => null,
|
'wildcard' => null,
|
||||||
@ -357,6 +357,6 @@ $default =
|
|||||||
'proxy_password' => null,
|
'proxy_password' => null,
|
||||||
'proxy_auth_scheme' => null,
|
'proxy_auth_scheme' => null,
|
||||||
),
|
),
|
||||||
'router' =>
|
'router' =>
|
||||||
array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
|
array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user