Change the comment.

This commit is contained in:
d33tah 2013-09-15 20:16:58 +00:00
parent 29d07d7748
commit 800acc5ac1

View file

@ -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.