summaryrefslogtreecommitdiff
path: root/htroot/IndexFederated_p.html
diff options
context:
space:
mode:
authororbiter <mc@yacy.net>2014-05-22 12:55:22 +0200
committerorbiter <mc@yacy.net>2014-05-22 12:55:22 +0200
commit6daae5947986a7eacfe51617ac926f4c13373f3e (patch)
tree39b17fda8d19308bd96199543f0a1db3706f92ac /htroot/IndexFederated_p.html
parenta12701ddf66c21c56eba223795478d4ba788d6f4 (diff)
switch on core.service.rwi when switching back from portal mode to p2p
mode
Diffstat (limited to 'htroot/IndexFederated_p.html')
-rw-r--r--htroot/IndexFederated_p.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/IndexFederated_p.html b/htroot/IndexFederated_p.html
index e6ed45ce0..0cdbe4a0e 100644
--- a/htroot/IndexFederated_p.html
+++ b/htroot/IndexFederated_p.html
@@ -103,7 +103,7 @@
The 'RWI' (Reverse Word Index) is necessary for index transmission in distributed mode. For portal or intranet mode this must be switched off.
<dl>
- <dt><input type="checkbox" name="core.service.rwi.tmp" id="core_service_rwi" #(core.service.rwi.tmp.checked)#:: checked="checked"#(/core.service.rwi.tmp.checked)# /></dt>
+ <dt><input type="checkbox" name="core.service.rwi" id="core_service_rwi" #(core.service.rwi.checked)#:: checked="checked"#(/core.service.rwi.checked)# /></dt>
<dd>support peer-to-peer index transmission (DHT RWI index)</dd>
<dt><input type="submit" name="setrwi" value="Set" /></dt><dd></dd>