@ -942,10 +942,10 @@ public class YaCyDefaultServlet extends HttpServlet {
templatePatterns . put ( "navigation-p2p" , sb . getConfigBool ( SwitchboardConstants . DHT_ENABLED , true ) | | ! sb . isRobinsonMode ( ) ? 1 : 0 ) ;
templatePatterns . put ( "navigation-p2p" , sb . getConfigBool ( SwitchboardConstants . DHT_ENABLED , true ) | | ! sb . isRobinsonMode ( ) ? 1 : 0 ) ;
templatePatterns . put ( "navigation-p2p_authorized" , authorized ? 1 : 0 ) ;
templatePatterns . put ( "navigation-p2p_authorized" , authorized ? 1 : 0 ) ;
String submitted = sb . getConfig ( "server.servlets.submitted" , "" ) ;
String submitted = sb . getConfig ( "server.servlets.submitted" , "" ) ;
boolean crawler_enabled =
boolean crawler_enabled = true ; / *
submitted . contains ( "Crawler_p" ) | |
submitted . contains ( "Crawler_p" ) | |
submitted . contains ( "ConfigBasic" ) | |
submitted . contains ( "ConfigBasic" ) | |
submitted . contains ( "Load_RSS_p" ) ;
submitted . contains ( "Load_RSS_p" ) ; * /
boolean advanced_enabled =
boolean advanced_enabled =
crawler_enabled | |
crawler_enabled | |
submitted . contains ( "IndexImportMediawiki_p" ) | |
submitted . contains ( "IndexImportMediawiki_p" ) | |