mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added logging to accesible folder, and made all questions page more readable
This commit is contained in:
parent
ccc7f31e3a
commit
59640eaddf
16 changed files with 149 additions and 15 deletions
1
actions.js
Executable file → Normal file
1
actions.js
Executable file → Normal file
|
@ -279,7 +279,6 @@ function ProcessIncomingRequest(data) {
|
|||
data.AddQuestion(d.subj, q);
|
||||
}
|
||||
|
||||
data.version = version;
|
||||
logger.Log("[PCES]:\t" + d.subj);
|
||||
var msg = "All / new count: " + allQuestions.length + " / " + questions.length;
|
||||
if (d.version != undefined)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue