mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed some public question stuff
This commit is contained in:
@@ -24,7 +24,6 @@ module.exports = {
|
||||
};
|
||||
|
||||
var recievedFile = "stats/recieved";
|
||||
var publicFile = "public/data/public";
|
||||
var staticFile = "public/data/static";
|
||||
var manFile = "public/man.html";
|
||||
|
||||
@@ -106,11 +105,9 @@ function ProcessIncomingRequest(data) {
|
||||
Process(d, publicFile);
|
||||
Process(d, staticFile);
|
||||
}*/
|
||||
var newPubItems = Process(d, publicFile);
|
||||
var newStatItems = Process(d, staticFile);
|
||||
|
||||
utils.AppendToFile(logger.GetDateString() + "\n" + d.data, recievedFile);
|
||||
PrintNewCount(d, newPubItems, publicFile);
|
||||
PrintNewCount(d, newStatItems, staticFile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user