From 656c058c2cdc027061026e9197aa3a792f32fbc2 Mon Sep 17 00:00:00 2001 From: oes Date: Tue, 9 Apr 2002 13:06:29 +0000 Subject: [PATCH] Resize and jump to the right on load --- doc/webserver/actions/index.php | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index 1c01b471..ca5f9790 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -8,9 +8,13 @@ This file belongs in ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.php,v 1.17 2002/04/08 10:32:00 oes Exp $ + $Id: index.php,v 1.18 2002/04/08 17:03:29 oes Exp $ $Log: index.php,v $ + Revision 1.18 2002/04/08 17:03:29 oes + - Fixed problem with spaces in URLs + - Adapt to unified stylesheet + Revision 1.17 2002/04/08 10:32:00 oes cosmetics again @@ -92,9 +96,23 @@ + + + Privoxy: $title - +

Privoxy: $title @@ -159,6 +177,9 @@ if (!isset($url)) { $url = "http://www.example.com/"; } +/* + * Kludge: We should properly escape query strings + */ else { $url = strtr($url, " ", "+"); @@ -175,6 +196,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi error_abort("invalid", "

As much as we welcome your feedback, please note that we can only accept problem reports based on: +

  • Privoxy version $required_privoxy_version or later
  • Actionsfile version version $required_actions_file_version or later
  • @@ -190,7 +212,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi Privoxy Action List Feedback - Step 1 of 2 - +

    Privoxy Action List Feedback - Step 1 of 2 -- 2.49.0