рабочая версия с файлообменом

This commit is contained in:
Dmitry Borisenko
2022-01-25 21:00:00 +01:00
parent 1b3e6b02a5
commit badbc3d4b1

View File

@@ -293,6 +293,10 @@
if (debug) console.log("[i]", "configJson start!"); if (debug) console.log("[i]", "configJson start!");
} }
if (configJsonFlag && result != "/st/config.json" && result != "/end/config.json") { if (configJsonFlag && result != "/st/config.json" && result != "/end/config.json") {
//от этой хрени надо избавиться
if (result.includes("/gifnoc.json")) {
result = result.replace("/gifnoc.json", "");
}
configJsonBuf = configJsonBuf + result; configJsonBuf = configJsonBuf + result;
} }
if (result === "/end/config.json") { if (result === "/end/config.json") {