From 93e1ad2bca12a69bb6a104e40fd4baeb2a43485c Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Fri, 2 Mar 2007 01:50:21 +0000 Subject: [PATCH] - fix for last commit git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3424 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/robots.java | 8 ++++---- htroot/robots.txt | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/htroot/robots.java b/htroot/robots.java index a48319161..219c54b7e 100644 --- a/htroot/robots.java +++ b/htroot/robots.java @@ -32,12 +32,12 @@ public class robots { if (rbc.isLockedDisallowed() || rbc.isDirsDisallowed()) { final ArrayList[] p = getFiles(env.getConfig(plasmaSwitchboard.HTROOT_PATH, plasmaSwitchboard.HTROOT_PATH_DEFAULT)); if (rbc.isLockedDisallowed()) { - prop.put(httpdRobotsTxtConfig.LOCKED, p[0].size()); + prop.put(httpdRobotsTxtConfig.ALL + "_" + httpdRobotsTxtConfig.LOCKED, p[0].size()); for (int i=0; i