diff --git a/htroot/IndexExport_p.html b/htroot/IndexExport_p.html index 527190049..56bfb3457 100644 --- a/htroot/IndexExport_p.html +++ b/htroot/IndexExport_p.html @@ -19,7 +19,7 @@
Loaded URL Export
Export File
-
+
URL Filter
diff --git a/htroot/IndexExport_p.java b/htroot/IndexExport_p.java index 4dc8cfb93..a465c034c 100644 --- a/htroot/IndexExport_p.java +++ b/htroot/IndexExport_p.java @@ -66,7 +66,7 @@ public class IndexExport_p { prop.put("reload", 1); } else { prop.put("lurlexport", 1); - prop.put("lurlexport_exportfile", sb.getDataPath() + "/DATA/EXPORT/" + GenericFormatter.SHORT_SECOND_FORMATTER.format()); + prop.put("lurlexport_exportfile", sb.getDataPath() + "/DATA/EXPORT/yacy_export_" + sb.peers.myID() + "_" + GenericFormatter.SHORT_SECOND_FORMATTER.format()); if (export == null) { // there has never been an export prop.put("lurlexportfinished", 0);