diff options
author | ycuki <ycuki@noreply.codeberg.org> | 2020-11-28 00:50:20 +0100 |
---|---|---|
committer | ycuki <ycuki@noreply.codeberg.org> | 2020-11-28 00:50:20 +0100 |
commit | ac05d75ab30f931bfaee846c7af5ec871aebc848 (patch) | |
tree | af3c50604fa74232918ebe1a682edf8955fbbc85 | |
parent | ec248eb67d6172b91afe30160520233c0e7526ee (diff) | |
download | cloudflare-tor-ac05d75ab30f931bfaee846c7af5ec871aebc848.tar.lz cloudflare-tor-ac05d75ab30f931bfaee846c7af5ec871aebc848.tar.xz cloudflare-tor-ac05d75ab30f931bfaee846c7af5ec871aebc848.zip |
Update 'tool/mastodonwch/index.php'
-rw-r--r-- | tool/mastodonwch/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/mastodonwch/index.php b/tool/mastodonwch/index.php index 14481a15..39503053 100644 --- a/tool/mastodonwch/index.php +++ b/tool/mastodonwch/index.php @@ -36,11 +36,11 @@ $count_waitask = number_format($count_waitask); $lastuptime = humanTiming(filemtime('/onion/sseeccrreett/data/mastodon.toot.scan')); $var_who = htmlspecialchars($_GET['who'], ENT_QUOTES); $resultHTML = ''; -if (strpos($var_who, '--') !== false) +if (write_this_block_yourself) { $var_who = ''; } -if (preg_match("/write_here_yourself/", $var_who)) +if (preg_match("/write_this_block_yourself/", $var_who)) { $resultHTML .= '<br><table border=1>'; $person_a = 0; |