diff --git a/index.php b/index.php index d79bd15..cc6dc10 100644 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ require 'lib/booltostr.php'; const SNAME='Verbose'; const SVERS='0.3.6'; -const SREPO='https://git.lattuga.net/pongrebio/verbose'; +const SREPO='https://git.lattuga.net/jones/verbose'; const DEFAC=500; const MINAC=100; const MAXAC=100000; @@ -129,7 +129,7 @@ if (isset($_GET['code']) && isset($_COOKIE['verbose_host']) && isset($_COOKIE['v } } elseif (isset($_POST['act']) && $_POST['act']=='login' && $_POST['host']!='' && $_POST['token']=='') { $host=$_POST['host']; - $postcont=['client_name'=>'Verbose','redirect_uris'=>$rediruri,'scopes'=>$scope,'website'=>'https://git.lattuga.net/pongrebio/verbose']; + $postcont=['client_name'=>'Verbose','redirect_uris'=>$rediruri,'scopes'=>$scope,'website'=>'https://git.lattuga.net/jones/verbose']; $res=mastpost($host,$token,'/api/v1/apps',$postcont,$timeout); //$debug.='AUTH RESULTS: '.preprint($res); if ($res['ok']) { @@ -317,7 +317,7 @@ $headmsgs=''; $intro="
Hello, this is a {$sname} instance, it can split your long post considering Mastodon rules: every http(s) link counts for 23 characters and every mention counts only for its username part. Each split post comes with “…” signs where it makes sense and with a counter in “[n/t]” form, where “n” is current post number and “t” is total posts number.
{$sname} doesn’t save anywhere what you write or paste into it, it doesn’t use third parties’ cookies, it sets some cookies of its own only if you choose to connect it to your account, and it can be used even without Javascript.
-If you find issues please report them to me on Mastodon, or here.
If you find issues please report them to me on Mastodon, or here.
\n"; $postmsgs=''; $postsoffset=0; @@ -783,7 +783,7 @@ if ($splitmsgs=='') { echo "Sorry, the length of one split post (namely {$errposts[0]}) exceeds {$_POST['avchars']} characters."; else echo "
Sorry, the length of {$epc} split posts (namely ".implode(', ',$errposts).") exceeds {$_POST['avchars']} characters."; - echo " Please report this bug here, possibly citing the original post text.
\n"; + echo " Please report this bug here, possibly citing the original post text.\n"; } if ($postscount>1 && $aliif && $posts[$postscount-1]['mastlen']+$linklen<=$_POST['avchars']) { $posts[$postscount-1]['post'].=$conf['link'];