del cytag trail for own index.html (save resource not used by default)

pull/51/head
reger 9 years ago
parent 27a238062f
commit d0a571bed2

@ -215,6 +215,5 @@
:: ::
#%env/templates/simplefooter.template%# #%env/templates/simplefooter.template%#
#(/topmenu)# #(/topmenu)#
<img src="cytag.png?icon=invisible&amp;nick=yacyh_#[clientid]#&amp;tag=search" alt=""/>
</body> </body>
</html> </html>

@ -279,7 +279,7 @@ public final class Switchboard extends serverSwitch {
public List<Pattern> networkWhitelist, networkBlacklist; public List<Pattern> networkWhitelist, networkBlacklist;
public FilterEngine domainList; public FilterEngine domainList;
private Dispatcher dhtDispatcher; private Dispatcher dhtDispatcher;
public LinkedBlockingQueue<String> trail; public LinkedBlockingQueue<String> trail; // connect infos from cytag servlet
public SeedDB peers; public SeedDB peers;
public WorkTables tables; public WorkTables tables;
public Tray tray; public Tray tray;

Loading…
Cancel
Save