diff --git a/index.php b/index.php index cc6dc10..9e272b7 100644 --- a/index.php +++ b/index.php @@ -31,7 +31,7 @@ require 'lib/ght.php'; require 'lib/booltostr.php'; const SNAME='Verbose'; -const SVERS='0.3.6'; +const SVERS='0.3.7'; const SREPO='https://git.lattuga.net/jones/verbose'; const DEFAC=500; const MINAC=100; @@ -440,7 +440,7 @@ if (!$loggedin) { } else { $auth="

Connected :-)

\n{$authmsgs}\n
\n".oldpost2hid()."
{$sname} is connected to your {$myacc['acct']}@{$host} account.
\n
\n
\n"; $replyto='
'; - $optsa=['public'=>'Public','unlisted'=>'Unlisted','private'=>'Followers-only','direct'=>'Direct']; + $optsa=['public'=>'First post public, subsequent posts unlisted','unlisted'=>'Unlisted','private'=>'Followers-only','direct'=>'Direct']; $buff=''; foreach ($optsa as $key=>$val) { if ($key==$_POST['visib']) {