From 64b3f52cd56fe2772906db5d9463d4930e0b3899 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Fri, 26 Jul 2024 10:05:28 +0200 Subject: [PATCH] =?UTF-8?q?Changed=20=E2=80=9CPublic=E2=80=9D=20to=20?= =?UTF-8?q?=E2=80=9CFirst=20post=20public,=20subsequent=20posts=20unlisted?= =?UTF-8?q?=E2=80=9D=20in=20the=20=E2=80=9CSplit=20posts=E2=80=99=20visibi?= =?UTF-8?q?lity=E2=80=9D=20drop-down=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']) {