Add back ESL remote check and fix index errors #5

Merged
tgpholly merged 1 commits from esl+index-fix into master 2020-01-09 19:58:32 +00:00
tgpholly commented 2020-01-09 19:55:26 +00:00 (Migrated from github.com)

ESL is a status logger for EUS and I didn't notice when we moved from the old PHP version to the new Revolution version that I neglected to include the check for it, so that was missing for months and months.

Also that index fix is that req.url returns a "/" when you go to index but has no file in the url. Express understands it but fs.access let it through so Express was printing an error to the console which looked a bit ugly and was a bug so I fixed it here too.

ESL is a status logger for EUS and I didn't notice when we moved from the old PHP version to the new Revolution version that I neglected to include the check for it, so that was missing for months and months. Also that index fix is that req.url returns a "/" when you go to index but has no file in the url. Express understands it but fs.access let it through so Express was printing an error to the console which looked a bit ugly and was a bug so I fixed it here too.
littlemisssynth (Migrated from github.com) approved these changes 2020-01-09 19:58:16 +00:00
Sign in to join this conversation.
No description provided.