diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 02:31:38 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 02:31:38 +0100 |
| commit | 75802dcf00d607f6eb7b95cdfb554cc4ee596d87 (patch) | |
| tree | b74e1ebe0f24c9e537bd71948114025198e9b7a1 /htroot/ConfigSearchBox.html | |
| parent | 669f60223ed96dff3d5af2d2b731b23a06028c45 (diff) | |
Removed a use of the deprecated Seed.getIP()
Diffstat (limited to 'htroot/ConfigSearchBox.html')
| -rw-r--r-- | htroot/ConfigSearchBox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigSearchBox.html b/htroot/ConfigSearchBox.html index 19dfc9fda..0679a33eb 100644 --- a/htroot/ConfigSearchBox.html +++ b/htroot/ConfigSearchBox.html @@ -17,7 +17,7 @@ Simply use the following code:
</h3>
<fieldset><pre>
-<form method="get" accept-charset="UTF-8" action="http://#[myaddress]#/yacysearch.html">
+<form method="get" accept-charset="UTF-8" action="#[myaddress]#/yacysearch.html">
<div style="text-align:center; padding:5px; background-color:#eeeeee; border:1px solid #cccccc; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; display:block; float:left; margin-right:5px;">
<div style="font-family:Arial,Helvetica,sans-serif; font-size:16px; display:block; float:left; padding-top:3px; padding-right:5px;">
MySearch
@@ -41,7 +41,7 @@ </pre></fieldset>
This would look like:
-<form method="get" accept-charset="UTF-8" action="http://#[myaddress]#/yacysearch.html">
+<form method="get" accept-charset="UTF-8" action="yacysearch.html">
<div style="text-align:center; padding:5px; background-color:#eeeeee; border:1px solid #cccccc; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; display:block; float:left; margin-right:5px;">
<div style="font-family:Arial,Helvetica,sans-serif; font-size:16px; display:block; float:left; padding-top:3px; padding-right:5px;">
MySearch
|
