From 5d41b4b1ec762520353473298bb38839dc0f1ccd Mon Sep 17 00:00:00 2001
From: b <b@05ce6ebb-7522-4a6e-a768-0026ae12be9f>
Date: Wed, 13 Jan 2016 21:03:59 +0000
Subject: [PATCH] Warning

git-svn-id: svn://botcastle1b/yplom/proxy@18 05ce6ebb-7522-4a6e-a768-0026ae12be9f
---
 proxy.1.pl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/proxy.1.pl b/proxy.1.pl
index ee23981..1c07bcb 100755
--- a/proxy.1.pl
+++ b/proxy.1.pl
@@ -679,8 +679,10 @@ sub unlockpage {
 	print '</form><br>';
 	print 'WARNING: The proxy will be unlocked for some time, for you and every ';
 	print 'computer in your local network which has the same public IP. Any ';
-	print 'action from your IP will be assumed to be your action. By submitting ';
-	print 'this form you agree to this.<br><br>';
+	print 'action from your IP will be assumed to be your action.<br>';
+	print 'Everything you download or upload (including your passwords) will be ';
+	print "saved on the proxy's filesystem for some time and may be available ";
+	print ' for bots.<br>By submitting this form you agree to this.<br><br>';
 	print 'The proxy will be locked again: <ul>';
 	print '<li>'.TIMEOUT_UNLOCK.' minutes after unlocking</li>';
 	print '<li>after '.TIMEOUT_INACT.' minutes of inactivity</li>';
-- 
2.30.2