Add note to refresh pages after user block if necessary.

This commit is contained in:
Retro_Guy 2024-04-14 03:40:41 -07:00
parent d52936c9d9
commit c7e05a3f9d
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ if ((! isset($_POST['key']) || ! password_verify($CONFIG['thissitekey'], $_POST[
echo '<input name="block_poster" type="hidden" id="block_poster" value="' . $_GET['terms'] . '"></td>';
echo '</tr>';
echo '<td><input type="submit" name="Submit" value="Add poster to my block list"></td>';
echo '<tr><td>(refresh pages if articles still appear)</td></tr>';
echo '</tr></table></td></form>';
}
}