Add note about cached pages when blocking a poster.

This commit is contained in:
Retro_Guy 2024-04-15 03:11:00 -07:00
parent e6a3cbf774
commit 886c68b764
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,6 @@ 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>';
}
}
@ -178,6 +177,7 @@ if (isset($_POST['block_poster'])) {
}
echo "<center><b>'".$_POST['block_poster']."'</b> successfully added to your blocklist";
echo '<br>You may edit your blocklist on your <a href="/spoolnews/user.php?command=Configuration">Configuration Page</a></center>';
echo '<center><br><i>(Articles may still appear on Cached Pages)</i></center>';
} else {
echo '<center>Password Incorrect.<br>Click Back to try again</center>';
}

View File

@ -1 +1 @@
0.9.7
0.9.8