From: oes <oes@users.sourceforge.net> Date: Sat, 13 Apr 2002 14:13:19 +0000 (+0000) Subject: Require exact AF version; Added hint where to go for BRs, FRs and SRs X-Git-Tag: v_2_9_14~38 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/@default-cgi@toggle?a=commitdiff_plain;h=edae2d6453edbdd78ea05fd9527261a5f1b9e48a;p=privoxy.git Require exact AF version; Added hint where to go for BRs, FRs and SRs --- 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", "<p>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 </p> <ul> <li><a href=\"http://www.privoxy.org/\" target=\"_blank\">Privoxy</a> version $required_privoxy_version or later</li> - <li><a href=\"$actions_file_download\">Actionsfile</a> version version $required_actions_file_version or later</li> + <li><a href=\"$actions_file_download\">Actionsfile</a> version version $required_actions_file_version</li> </ul> <p>We hope you will understand that we feel unable to maintain concurrent versions of the file.</p> <p><i>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 <b>your</b> feedback to maintain an efficient actions file! <br>Please fill the below form and click to proceed to step 2. </p> + + <p> + Please keep in mind that this is <b>not</b> the place for + <a href="http://sourceforge.net/tracker/?group_id=11118&atid=211118" target="_blank">support requests</a>, + <br><a href="http://sourceforge.net/tracker/?group_id=11118&atid=111118" target="_blank">bug reports</a> or + <a href="http://sourceforge.net/tracker/?atid=361118&group_id=11118" target="_blank">feature requests</a>. + </p> + </div> <div class="box">