From 800acc5ac16d9256e30e0d6428468f959610062a Mon Sep 17 00:00:00 2001 From: d33tah Date: Sun, 15 Sep 2013 20:16:58 +0000 Subject: [PATCH] Change the comment. --- ncat/scripts/httpd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/scripts/httpd.lua b/ncat/scripts/httpd.lua index af421c125..ad11cf8a6 100644 --- a/ncat/scripts/httpd.lua +++ b/ncat/scripts/httpd.lua @@ -179,7 +179,7 @@ function validate_utf8(s) end function is_path_valid(resource) - --now, remove the beginning slash + --remove the beginning slash resource = string.sub(resource, 2, string.len(resource)) --if it starts with a dot or a slash or a backslash, forbid any acccess to it.