diff --git a/src/installer.lua b/src/installer.lua index 5223546..3e034d6 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -3,15 +3,15 @@ if not pocket or not term.isColor() then return end -local blacklistIP = { - ["185.38.148.214"] = true, - ["217.84.151.202"] = true, -} +--local blacklistIP = { + --["185.38.148.214"] = true, + --["217.84.151.202"] = true, +--} -local ip = http.get("http://sertex.x10.bz/getIP.php").readLine() -if blacklistIP[ip] then - error("Your IP has been banned") -end +--local ip = http.get("http://sertex.x10.bz/getIP.php").readLine() +--if blacklistIP[ip] then + --error("Your IP has been banned") +--end local files = { ["src/sPhone.lua"] = "/.sPhone/sPhone",