Add comment to INSTALL.md and change version in tail.inc
This commit is contained in:
parent
a14736bc33
commit
6609288a2b
@ -11,6 +11,7 @@ php-mbstring (to support other character sets), sharutils (for uudecode) and
|
|||||||
openssl are required.
|
openssl are required.
|
||||||
php7.x-sqlite3 (php must support PDO, probably 5.1+ but all testing is on 7.x).
|
php7.x-sqlite3 (php must support PDO, probably 5.1+ but all testing is on 7.x).
|
||||||
phpmailer is required if email confirmation is to be used.
|
phpmailer is required if email confirmation is to be used.
|
||||||
|
compface for X-Face support
|
||||||
These are the names for Debian packages. Other distributions should
|
These are the names for Debian packages. Other distributions should
|
||||||
also provide these in some way.
|
also provide these in some way.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
echo '<center>';
|
echo '<center>';
|
||||||
echo '<font size="1em">';
|
echo '<font size="1em">';
|
||||||
echo '<i>rocksolid light</i> 0.7.0';
|
echo '<i>rocksolid light</i> 0.7.2';
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
echo '<a href="https://github.com/novabbs/rocksolid-light" target=_blank>clearnet</a>';
|
echo '<a href="https://github.com/novabbs/rocksolid-light" target=_blank>clearnet</a>';
|
||||||
echo '<a href="http://rslight.i2p/getrslight" target=_blank>i2p</a>';
|
echo '<a href="http://rslight.i2p/getrslight" target=_blank>i2p</a>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user