Change some defaults in rslight.inc.php

This commit is contained in:
Retro_Guy 2021-03-13 03:45:24 -07:00
parent 9e1885b024
commit b26d49980e
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<center> <center>
<font size="1em"> <font size="1em">
<i>rocksolid light</i> 0.6.8 <i>rocksolid light</i> 0.6.9
<br /> <br />
<a href="https://github.com/novabbs/rocksolid-light" target=_blank>clearnet</a> <a href="https://github.com/novabbs/rocksolid-light" target=_blank>clearnet</a>
<a href="http://rslight.i2p/getrslight" target=_blank>i2p</a> <a href="http://rslight.i2p/getrslight" target=_blank>i2p</a>

View File

@ -23,11 +23,11 @@ return [
'timezone' => '0', 'timezone' => '0',
'default_content' => '/rocksolid/index.php', 'default_content' => '/rocksolid/index.php',
'readonly' => '', 'readonly' => '',
'anonuser' => '1', 'anonuser' => '',
'organization' => 'Unconfigured rslight site', 'organization' => 'Unconfigured rslight site',
'postfooter' => 'Unconfigured rslight site', 'postfooter' => 'Unconfigured rslight site',
'synchronet' => '', 'synchronet' => '',
'rate_limit' => '12', 'rate_limit' => '',
'auto_create' => '', 'auto_create' => '',
'verify_email' => '1', 'verify_email' => '1',
'no_verify' => '.i2p .onion', 'no_verify' => '.i2p .onion',
@ -39,7 +39,7 @@ return [
'php_exec' => 'php', 'php_exec' => 'php',
'tac' => 'tac', 'tac' => 'tac',
'webserver_user' => '<webserver_user>', 'webserver_user' => '<webserver_user>',
'enable_nocem' => '1', 'enable_nocem' => '',
'nocem_groups' => 'rocksolid.spam', 'nocem_groups' => 'rocksolid.spam',
'expire_days' => '0', 'expire_days' => '0',
'pathhost' => 'unconfigured', 'pathhost' => 'unconfigured',