mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-16 14:22:45 +00:00
Update 'tool/mastodonwch/index.php'
This commit is contained in:
parent
ec248eb67d
commit
ac05d75ab3
@ -36,11 +36,11 @@ $count_waitask = number_format($count_waitask);
|
|||||||
$lastuptime = humanTiming(filemtime('/onion/sseeccrreett/data/mastodon.toot.scan'));
|
$lastuptime = humanTiming(filemtime('/onion/sseeccrreett/data/mastodon.toot.scan'));
|
||||||
$var_who = htmlspecialchars($_GET['who'], ENT_QUOTES);
|
$var_who = htmlspecialchars($_GET['who'], ENT_QUOTES);
|
||||||
$resultHTML = '';
|
$resultHTML = '';
|
||||||
if (strpos($var_who, '--') !== false)
|
if (write_this_block_yourself)
|
||||||
{
|
{
|
||||||
$var_who = '';
|
$var_who = '';
|
||||||
}
|
}
|
||||||
if (preg_match("/write_here_yourself/", $var_who))
|
if (preg_match("/write_this_block_yourself/", $var_who))
|
||||||
{
|
{
|
||||||
$resultHTML .= '<br><table border=1>';
|
$resultHTML .= '<br><table border=1>';
|
||||||
$person_a = 0;
|
$person_a = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user