From 886c68b764b87aac5e86c1cf802bf2578a3936ea Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Mon, 15 Apr 2024 03:11:00 -0700 Subject: [PATCH] Add note about cached pages when blocking a poster. --- Rocksolid_Light/rocksolid/search.php | 2 +- Rocksolid_Light/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rocksolid_Light/rocksolid/search.php b/Rocksolid_Light/rocksolid/search.php index 225975f..6341de5 100644 --- a/Rocksolid_Light/rocksolid/search.php +++ b/Rocksolid_Light/rocksolid/search.php @@ -116,7 +116,6 @@ if ((! isset($_POST['key']) || ! password_verify($CONFIG['thissitekey'], $_POST[ echo ''; echo ''; echo ''; - echo '(refresh pages if articles still appear)'; echo ''; } } @@ -178,6 +177,7 @@ if (isset($_POST['block_poster'])) { } echo "
'".$_POST['block_poster']."' successfully added to your blocklist"; echo '
You may edit your blocklist on your Configuration Page
'; + echo '

(Articles may still appear on Cached Pages)
'; } else { echo '
Password Incorrect.
Click Back to try again
'; } diff --git a/Rocksolid_Light/version.txt b/Rocksolid_Light/version.txt index c81aa44..e3e1807 100644 --- a/Rocksolid_Light/version.txt +++ b/Rocksolid_Light/version.txt @@ -1 +1 @@ -0.9.7 +0.9.8