From edae2d6453edbdd78ea05fd9527261a5f1b9e48a Mon Sep 17 00:00:00 2001 From: oes Date: Sat, 13 Apr 2002 14:13:19 +0000 Subject: [PATCH] Require exact AF version; Added hint where to go for BRs, FRs and SRs --- doc/webserver/actions/index.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index 6a5e668e..9e715bd2 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -8,9 +8,12 @@ This file belongs in ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.php,v 1.21 2002/04/10 13:51:19 oes Exp $ + $Id: index.php,v 1.22 2002/04/11 10:11:04 oes Exp $ $Log: index.php,v $ + Revision 1.22 2002/04/11 10:11:04 oes + Actionsfile Version 1.2 + Revision 1.21 2002/04/10 13:51:19 oes Updated to new Bookmarklet @@ -184,7 +187,7 @@ else */ $headers = getallheaders(); -if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] < $required_actions_file_version) +if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] != $required_actions_file_version) { error_abort("invalid", "

As much as we welcome your feedback, please note that @@ -192,7 +195,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi

We hope you will understand that we feel unable to maintain concurrent versions of the file.

Hint: To upgrade your actions file, just right-click the above link, then save as default.action in @@ -221,6 +224,14 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi The Privoxy team relies on your feedback to maintain an efficient actions file!
Please fill the below form and click to proceed to step 2.

+ +

+ Please keep in mind that this is not the place for + support requests, +
bug reports or + feature requests. +

+
-- 2.39.2