From 04639c426f27013849a6ed55d9724f631c2bf72d Mon Sep 17 00:00:00 2001 From: svrjs Date: Wed, 2 Aug 2023 22:47:05 +0200 Subject: [PATCH] LTS: Fixed bug with ENOTDIR error (was 500, now it's 404) and with forbidden path checker. --- index.html | 8 ++++---- licenses/index.html | 8 ++++---- svr.js | 27 ++++++++++++++++++++++++--- tests.html | 4 ++-- 4 files changed, 34 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 8bb0e4c..7b63bef 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - SVR.JS 3.4.17 + SVR.JS 3.4.18 -

Welcome to SVR.JS 3.4.17

+

Welcome to SVR.JS 3.4.18



@@ -110,8 +110,8 @@

Changes:

Bugs: