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