From 1ba1083218bf40eccd4e244198b6b2f40fe389ec Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 19 Mar 2003 14:00:20 +0000 Subject: [PATCH] Require AF 1.6 --- doc/webserver/actions/index.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index b5279bf4..af32105a 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.25.2.2 2002/08/06 08:39:09 oes Exp $ + $Id: index.php,v 1.25.2.3 2002/08/27 16:33:39 oes Exp $ $Log: index.php,v $ + Revision 1.25.2.3 2002/08/27 16:33:39 oes + Require AF 1.5 & Privoxy 3.0 + Revision 1.25.2.2 2002/08/06 08:39:09 oes Require AF 1.4; link to new AF download location @@ -132,9 +135,9 @@ /* * Config: */ -$required_actions_file_version = "1.5"; +$required_actions_file_version = "1.6"; $required_privoxy_version = "3.0"; -$actions_file_download = "http://sourceforge.net/project/showfiles.php?group_id=11118&release_id=103670"; +$actions_file_download = "http://sourceforge.net/project/showfiles.php?group_id=11118&release_id=147447"; $submit_target = "http://www.oesterhelt.org/actions/step2.php"; @@ -205,16 +208,17 @@ $headers = getallheaders(); 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 - we can only accept problem reports based on: + error_abort("invalid", "

Thank you for using Privoxy's + feedback reporting mechanism! However, in order to make optimal use of our limited development resources, + we regret that we can at this time only accept problem reports based on:

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 - your Privoxy config directory +

Hint: To upgrade your actions file, follow the above link to download the file, then save as + default.action in your Privoxy config directory

"); } -- 2.49.0