Change some defaults in rslight.inc.php
This commit is contained in:
parent
9e1885b024
commit
b26d49980e
|
@ -1,6 +1,6 @@
|
|||
<center>
|
||||
<font size="1em">
|
||||
<i>rocksolid light</i> 0.6.8
|
||||
<i>rocksolid light</i> 0.6.9
|
||||
<br />
|
||||
<a href="https://github.com/novabbs/rocksolid-light" target=_blank>clearnet</a>
|
||||
<a href="http://rslight.i2p/getrslight" target=_blank>i2p</a>
|
||||
|
|
|
@ -23,11 +23,11 @@ return [
|
|||
'timezone' => '0',
|
||||
'default_content' => '/rocksolid/index.php',
|
||||
'readonly' => '',
|
||||
'anonuser' => '1',
|
||||
'anonuser' => '',
|
||||
'organization' => 'Unconfigured rslight site',
|
||||
'postfooter' => 'Unconfigured rslight site',
|
||||
'synchronet' => '',
|
||||
'rate_limit' => '12',
|
||||
'rate_limit' => '',
|
||||
'auto_create' => '',
|
||||
'verify_email' => '1',
|
||||
'no_verify' => '.i2p .onion',
|
||||
|
@ -39,7 +39,7 @@ return [
|
|||
'php_exec' => 'php',
|
||||
'tac' => 'tac',
|
||||
'webserver_user' => '<webserver_user>',
|
||||
'enable_nocem' => '1',
|
||||
'enable_nocem' => '',
|
||||
'nocem_groups' => 'rocksolid.spam',
|
||||
'expire_days' => '0',
|
||||
'pathhost' => 'unconfigured',
|
||||
|
|
Loading…
Reference in New Issue