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:
parent
1230d2c3de
commit
9a257868a1
3 changed files with 0 additions and 89 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue