Update of /cvsroot/freenet/freenet/src/freenet/node/http/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv31167/src/freenet/node/http/templates

Modified Files:
        fproxyInsert.tpl 
Log Message:
6251:
Fix occasional NPE in ConnectionHandler.
Changes to the README and the warning fproxy sends when it detect Internet Explorer, 
mostly w.r.t. Opera. Contributed by an untraceable individual who wishes to remain 
nameless.
Add logOverwrite config parameter.
Make the default insert key CHK@ and the default HTL 25.
Tyop fixes in comments.
Logging, toString(), indenting.


Index: fproxyInsert.tpl
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/http/templates/fproxyInsert.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -r1.11 -r1.12
--- fproxyInsert.tpl    7 Oct 2003 13:54:23 -0000       1.11
+++ fproxyInsert.tpl    16 Oct 2003 01:04:00 -0000      1.12
@@ -8,11 +8,11 @@
                             <table cellpadding="0" width="100%" border="0">
                                 <tr>
                                     <td>Key:</td>
-                                    <td align="Left"><input size="50" name="key"></td>
+                                    <td align="Left"><input size="50" name="key" 
value="CHK@"></td>
                                 </tr>
                                 <tr>
                                     <td>Hops-to-live:</td>
-                                    <td align="Left"><input size="2" name="htl" 
value="15"></td>
+                                    <td align="Left"><input size="2" name="htl" 
value="25"></td>
                                 </tr>
                                 <tr>
                                     <td>Threads:</td>

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to