兼容linux

This commit is contained in:
xx
2024-05-28 15:12:37 +08:00
parent b8b2ff12bf
commit bdbe5f34dd
34 changed files with 331 additions and 713 deletions

View File

@@ -1,9 +1,7 @@
function access()
if request:pstring("key") == "123456" then
return true
require "website"
function access()
if param("key") == nil or param("key") ~= "123465" then
print("is not found key")
end
response:send("密钥不正确,已被拦截器拦截.")
return false
return true
end