From e3c6601044c1d86765716ef3fa14b7e8d2598d57 Mon Sep 17 00:00:00 2001 From: oes Date: Tue, 2 Apr 2002 07:21:34 +0000 Subject: [PATCH] Using relative link for step2 --- doc/webserver/actions/index.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index 31db07d9..149ace9d 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -67,12 +67,14 @@ $actions_file_download = "http://www.privoxy.org/actions/testdrive.action"; /* * For testing: */ -$base_url = "http://www.oesterhelt.org/actions"; -//$base_url = "http://www.privoxy.org/actions"; -//$base_url = "http://localhost/actions"; -error_reporting(E_NONE); -//error_reporting(E_ALL); //phpinfo(); +//error_reporting(E_ALL); +error_reporting(E_NONE); + +//$bookmarklet_base = "http://www.privoxy.org/actions/"; +$bookmarklet_base = "http://www.oesterhelt.org/actions/index.php"; +$bookmarklet = "javascript:void(window.open('$bookmarklet_base?url='+escape(location.href), 'Feedback', " . + "'width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());"; /* @@ -129,7 +131,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi
-
+ @@ -178,7 +180,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi

Please right-click the following link and choose "Add to Favorites" (IE) or "Add Bookmark for Link" (Netscape): - Privoxy-Submit + Privoxy-Submit

-- 2.39.2