summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
diff options
context:
space:
mode:
authorMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
committerMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
commit89f3dec7ac67e4fbcbc300824a86aea66f487b30 (patch)
tree9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /Server/Plugins/TestLuaRocks/TestLuaRocks.lua
parentMerge pull request #2913 from mathias-github/master (diff)
downloadcuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.gz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.bz2
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.lz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.xz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.zst
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.zip
Diffstat (limited to 'Server/Plugins/TestLuaRocks/TestLuaRocks.lua')
-rw-r--r--Server/Plugins/TestLuaRocks/TestLuaRocks.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/TestLuaRocks/TestLuaRocks.lua b/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
index 0e4ccb7d5..a4c2be6f8 100644
--- a/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
+++ b/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
@@ -21,7 +21,7 @@ local http = require("socket.http");
LOGINFO("Trying to download a webpage...");
-local body, code, headers = http.request('http://forum.mc-server.org/index.php');
+local body, code, headers = http.request('https://forum.cuberite.org/');
LOG("code: " .. tostring(code));
LOG("headers: ");
for k, v in pairs(headers or {}) do
@@ -46,4 +46,4 @@ function Initialize(a_Plugin)
end
LOGINFO("Preventing plugin load so that it may be requested again from the webadmin.");
return false;
-end \ No newline at end of file
+end