Keeping feedback confidential
authoroes <oes@users.sourceforge.net>
Thu, 4 Apr 2002 10:29:58 +0000 (10:29 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 4 Apr 2002 10:29:58 +0000 (10:29 +0000)
doc/webserver/actions/results/.htaccess [new file with mode: 0644]
doc/webserver/actions/results/actions-feedback.txt [new file with mode: 0644]
doc/webserver/actions/step3.php

diff --git a/doc/webserver/actions/results/.htaccess b/doc/webserver/actions/results/.htaccess
new file mode 100644 (file)
index 0000000..210ca5c
--- /dev/null
@@ -0,0 +1,11 @@
+# http://privoxy.org/actions/results/.htaccess
+#
+# Keeps user feedback confidential by
+# denying access to everybody.
+#
+# To view the feedback use:
+# ssh ijbswa.sf.net cat /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt
+#
+<Limit GET>
+  Deny from all
+</Limit>
diff --git a/doc/webserver/actions/results/actions-feedback.txt b/doc/webserver/actions/results/actions-feedback.txt
new file mode 100644 (file)
index 0000000..2aec3c9
--- /dev/null
@@ -0,0 +1,4 @@
+# Actions Feedback:
+#
+#
+
index 2a19e14..3bcd132 100644 (file)
@@ -8,9 +8,12 @@
               This file belongs in
               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
-  $Id: step3.php,v 1.5 2002/04/02 07:22:43 oes Exp $
+  $Id: step3.php,v 1.6 2002/04/03 19:36:04 swa Exp $
 
   $Log: step3.php,v $
+  Revision 1.6  2002/04/03 19:36:04  swa
+  consistent look
+
   Revision 1.5  2002/04/02 07:22:43  oes
   Cosmetics
 
 
 <?php
 
+/* 
+ * Config:
+ */
+$logfile = "results/actions-feedback.txt";
+
 /* 
  * For testing:
  */
@@ -57,7 +65,6 @@
 error_reporting(E_NONE);
 
 
-
 /* 
  * Cannot start with step 3:
  */
@@ -112,7 +119,6 @@ if (!isset($name) || ($name == ""))
 /* 
  * Open the logfile or fail:
  */
-$logfile = "feedback-data.txt";
 $fp = fopen($logfile, "a");
 
 if(!$fp)